diff options
Diffstat (limited to 'arch/arm/mach-bcm2709/power.c')
-rw-r--r-- | arch/arm/mach-bcm2709/power.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-bcm2709/power.c b/arch/arm/mach-bcm2709/power.c index 88c1e28231d7..960e4728ae57 100644 --- a/arch/arm/mach-bcm2709/power.c +++ b/arch/arm/mach-bcm2709/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" |