diff options
Diffstat (limited to 'arch/arm/mach-msm/subsystem_restart.c')
| -rw-r--r-- | arch/arm/mach-msm/subsystem_restart.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-msm/subsystem_restart.c b/arch/arm/mach-msm/subsystem_restart.c index 9e289cd3bea..29f4baeca5f 100644 --- a/arch/arm/mach-msm/subsystem_restart.c +++ b/arch/arm/mach-msm/subsystem_restart.c @@ -34,12 +34,12 @@ #include <linux/of_gpio.h> #include <linux/cdev.h> #include <linux/platform_device.h> +#include <soc/qcom/subsystem_restart.h> +#include <soc/qcom/subsystem_notif.h> #include <asm/current.h> #include <mach/socinfo.h> -#include <mach/subsystem_notif.h> -#include <mach/subsystem_restart.h> static int enable_debug; module_param(enable_debug, int, S_IRUGO | S_IWUSR); |
