From d0c8d0171cd643228939d0d1466f226b20ae3eb8 Mon Sep 17 00:00:00 2001 From: Jonas Bonn Date: Wed, 19 Nov 2008 17:11:03 +0000 Subject: Move asm/arch/mci.h to mach/mci.h Signed-off-by: Jonas Bonn --- arch/arm/mach-s3c2410/include/mach/mci.h | 13 +++++++++++++ arch/arm/mach-s3c2410/mach-gta01.c | 2 +- arch/arm/mach-s3c2440/mach-gta02.c | 2 +- drivers/mmc/host/s3cmci.c | 2 +- drivers/sdio/hcd/s3c24xx/s3c24xx_hcd.c | 2 +- include/asm-arm/arch-s3c2410/mci.h | 13 ------------- 6 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 arch/arm/mach-s3c2410/include/mach/mci.h delete mode 100644 include/asm-arm/arch-s3c2410/mci.h diff --git a/arch/arm/mach-s3c2410/include/mach/mci.h b/arch/arm/mach-s3c2410/include/mach/mci.h new file mode 100644 index 00000000000..24e6cd1dd0c --- /dev/null +++ b/arch/arm/mach-s3c2410/include/mach/mci.h @@ -0,0 +1,13 @@ +#ifndef _ARCH_MCI_H +#define _ARCH_MCI_H + +struct s3c24xx_mci_pdata { + unsigned int gpio_detect; + unsigned int gpio_wprotect; + unsigned long ocr_avail; + unsigned int do_dma; + void (*set_power)(unsigned char power_mode, + unsigned short vdd); +}; + +#endif /* _ARCH_NCI_H */ diff --git a/arch/arm/mach-s3c2410/mach-gta01.c b/arch/arm/mach-s3c2410/mach-gta01.c index 41383ad6dcf..47ea645ec9e 100644 --- a/arch/arm/mach-s3c2410/mach-gta01.c +++ b/arch/arm/mach-s3c2410/mach-gta01.c @@ -60,7 +60,7 @@ #include #include -#include +#include #include #include #include diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c index 33d6cbafb7b..24afd04ecdb 100644 --- a/arch/arm/mach-s3c2440/mach-gta02.c +++ b/arch/arm/mach-s3c2440/mach-gta02.c @@ -61,7 +61,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/drivers/mmc/host/s3cmci.c b/drivers/mmc/host/s3cmci.c index 41511731854..d12764dfab9 100644 --- a/drivers/mmc/host/s3cmci.c +++ b/drivers/mmc/host/s3cmci.c @@ -34,7 +34,7 @@ #include #include #include -#include +#include #include #include "s3cmci.h" diff --git a/drivers/sdio/hcd/s3c24xx/s3c24xx_hcd.c b/drivers/sdio/hcd/s3c24xx/s3c24xx_hcd.c index 8fd3f40afc4..4e512fa7487 100644 --- a/drivers/sdio/hcd/s3c24xx/s3c24xx_hcd.c +++ b/drivers/sdio/hcd/s3c24xx/s3c24xx_hcd.c @@ -48,7 +48,7 @@ #include #include -#include +#include #include #include "s3c24xx_hcd.h" diff --git a/include/asm-arm/arch-s3c2410/mci.h b/include/asm-arm/arch-s3c2410/mci.h deleted file mode 100644 index 24e6cd1dd0c..00000000000 --- a/include/asm-arm/arch-s3c2410/mci.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef _ARCH_MCI_H -#define _ARCH_MCI_H - -struct s3c24xx_mci_pdata { - unsigned int gpio_detect; - unsigned int gpio_wprotect; - unsigned long ocr_avail; - unsigned int do_dma; - void (*set_power)(unsigned char power_mode, - unsigned short vdd); -}; - -#endif /* _ARCH_NCI_H */ -- cgit v1.2.3