diff options
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/mmc-s3cmci.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/platform_data/mmc-s3cmci.h b/include/linux/platform_data/mmc-s3cmci.h index b68d9f0bdd9e..33310b11cbdd 100644 --- a/include/linux/platform_data/mmc-s3cmci.h +++ b/include/linux/platform_data/mmc-s3cmci.h | |||
| @@ -7,7 +7,6 @@ | |||
| 7 | * @no_wprotect: Set this to indicate there is no write-protect switch. | 7 | * @no_wprotect: Set this to indicate there is no write-protect switch. |
| 8 | * @no_detect: Set this if there is no detect switch. | 8 | * @no_detect: Set this if there is no detect switch. |
| 9 | * @wprotect_invert: Invert the default sense of the write protect switch. | 9 | * @wprotect_invert: Invert the default sense of the write protect switch. |
| 10 | * @detect_invert: Invert the default sense of the write protect switch. | ||
| 11 | * @use_dma: Set to allow the use of DMA. | 10 | * @use_dma: Set to allow the use of DMA. |
| 12 | * @gpio_detect: GPIO number for the card detect line. | 11 | * @gpio_detect: GPIO number for the card detect line. |
| 13 | * @gpio_wprotect: GPIO number for the write protect line. | 12 | * @gpio_wprotect: GPIO number for the write protect line. |
| @@ -31,11 +30,8 @@ struct s3c24xx_mci_pdata { | |||
| 31 | unsigned int no_wprotect:1; | 30 | unsigned int no_wprotect:1; |
| 32 | unsigned int no_detect:1; | 31 | unsigned int no_detect:1; |
| 33 | unsigned int wprotect_invert:1; | 32 | unsigned int wprotect_invert:1; |
| 34 | unsigned int detect_invert:1; /* set => detect active high */ | ||
| 35 | unsigned int use_dma:1; | 33 | unsigned int use_dma:1; |
| 36 | 34 | ||
| 37 | unsigned int gpio_detect; | ||
| 38 | unsigned int gpio_wprotect; | ||
| 39 | unsigned long ocr_avail; | 35 | unsigned long ocr_avail; |
| 40 | void (*set_power)(unsigned char power_mode, | 36 | void (*set_power)(unsigned char power_mode, |
| 41 | unsigned short vdd); | 37 | unsigned short vdd); |
