diff options
Diffstat (limited to 'drivers/pcmcia/at91_cf.c')
-rw-r--r-- | drivers/pcmcia/at91_cf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pcmcia/at91_cf.c b/drivers/pcmcia/at91_cf.c index e1dccedc5960..5d228071ec69 100644 --- a/drivers/pcmcia/at91_cf.c +++ b/drivers/pcmcia/at91_cf.c | |||
@@ -52,8 +52,6 @@ struct at91_cf_socket { | |||
52 | unsigned long phys_baseaddr; | 52 | unsigned long phys_baseaddr; |
53 | }; | 53 | }; |
54 | 54 | ||
55 | #define SZ_2K (2 * SZ_1K) | ||
56 | |||
57 | static inline int at91_cf_present(struct at91_cf_socket *cf) | 55 | static inline int at91_cf_present(struct at91_cf_socket *cf) |
58 | { | 56 | { |
59 | return !gpio_get_value(cf->board->det_pin); | 57 | return !gpio_get_value(cf->board->det_pin); |