diff options
Diffstat (limited to 'arch/arm/mach-bcm2708/power.c')
-rw-r--r-- | arch/arm/mach-bcm2708/power.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-bcm2708/power.c b/arch/arm/mach-bcm2708/power.c index 0db355dcc233..796837f2702c 100644 --- a/arch/arm/mach-bcm2708/power.c +++ b/arch/arm/mach-bcm2708/power.c @@ -14,8 +14,8 @@ #include <linux/module.h> #include <linux/semaphore.h> #include <linux/bug.h> +#include <linux/platform_data/mailbox-bcm2708.h> #include <mach/power.h> -#include <mach/vcio.h> #include <mach/arm_power.h> #define DRIVER_NAME "bcm2708_power" |