aboutsummaryrefslogtreecommitdiff
path: root/include/asm-arm
diff options
context:
space:
mode:
authorJonas Bonn <jonas.bonn@gmail.com>2008-11-19 17:11:03 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-19 17:11:03 +0000
commitd0c8d0171cd643228939d0d1466f226b20ae3eb8 (patch)
tree5a94d5c50d8268fba09da04bd93c512242a5127d /include/asm-arm
parent15038fb570748ce2fb9ce31200b1f075774a7f4d (diff)
Move asm/arch/mci.h to mach/mci.h
Signed-off-by: Jonas Bonn <jonas.bonn@gmail.com>
Diffstat (limited to 'include/asm-arm')
-rw-r--r--include/asm-arm/arch-s3c2410/mci.h13
1 files changed, 0 insertions, 13 deletions
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 */