diff options
Diffstat (limited to 'arch/arm/mach-s3c/pm-common.c')
-rw-r--r-- | arch/arm/mach-s3c/pm-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c/pm-common.c b/arch/arm/mach-s3c/pm-common.c index 2da0d352441f..618bd4499cae 100644 --- a/arch/arm/mach-s3c/pm-common.c +++ b/arch/arm/mach-s3c/pm-common.c @@ -12,7 +12,7 @@ #include <linux/io.h> #include <linux/kernel.h> -#include <plat/pm-common.h> +#include "pm-common.h" /* helper functions to save and restore register state */ |