diff options
author | Jonas Bonn <jonas.bonn@gmail.com> | 2008-11-19 17:11:03 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2008-11-19 17:11:03 +0000 |
commit | af8872f745d96854f563e20b710985f2da014651 (patch) | |
tree | 105f18705365e2248d9922e395cd409756379d6d | |
parent | d0c8d0171cd643228939d0d1466f226b20ae3eb8 (diff) |
Move asm/arch/neo1973-pm-gsm.h to mach/neo1973-pm-gsm.h
Signed-off-by: Jonas Bonn <jonas.bonn@gmail.com>
-rw-r--r-- | arch/arm/mach-s3c2410/include/mach/neo1973-pm-gsm.h (renamed from include/asm-arm/arch-s3c2410/neo1973-pm-gsm.h) | 0 | ||||
-rw-r--r-- | arch/arm/mach-s3c2410/mach-gta01.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c2440/mach-gta02.c | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-arm/arch-s3c2410/neo1973-pm-gsm.h b/arch/arm/mach-s3c2410/include/mach/neo1973-pm-gsm.h index 07c07280307..07c07280307 100644 --- a/include/asm-arm/arch-s3c2410/neo1973-pm-gsm.h +++ b/arch/arm/mach-s3c2410/include/mach/neo1973-pm-gsm.h diff --git a/arch/arm/mach-s3c2410/mach-gta01.c b/arch/arm/mach-s3c2410/mach-gta01.c index 47ea645ec9e..b37f43c6496 100644 --- a/arch/arm/mach-s3c2410/mach-gta01.c +++ b/arch/arm/mach-s3c2410/mach-gta01.c @@ -74,7 +74,7 @@ #include <asm/plat-s3c24xx/pm.h> #include <asm/plat-s3c24xx/udc.h> #include <asm/plat-s3c24xx/neo1973.h> -#include <asm/arch-s3c2410/neo1973-pm-gsm.h> +#include <mach/neo1973-pm-gsm.h> #include <linux/jbt6k74.h> diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c index 24afd04ecdb..ee6159bd571 100644 --- a/arch/arm/mach-s3c2440/mach-gta02.c +++ b/arch/arm/mach-s3c2440/mach-gta02.c @@ -77,7 +77,7 @@ #include <asm/plat-s3c24xx/pm.h> #include <asm/plat-s3c24xx/udc.h> #include <asm/plat-s3c24xx/neo1973.h> -#include <asm/arch-s3c2410/neo1973-pm-gsm.h> +#include <mach/neo1973-pm-gsm.h> #include <linux/jbt6k74.h> |