diff options
Diffstat (limited to 'drivers/mmc/host/tifm_sd.c')
-rw-r--r-- | drivers/mmc/host/tifm_sd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mmc/host/tifm_sd.c b/drivers/mmc/host/tifm_sd.c index f70d04664cac..69d249f51d6a 100644 --- a/drivers/mmc/host/tifm_sd.c +++ b/drivers/mmc/host/tifm_sd.c | |||
@@ -22,8 +22,8 @@ | |||
22 | #define DRIVER_NAME "tifm_sd" | 22 | #define DRIVER_NAME "tifm_sd" |
23 | #define DRIVER_VERSION "0.8" | 23 | #define DRIVER_VERSION "0.8" |
24 | 24 | ||
25 | static int no_dma = 0; | 25 | static bool no_dma = 0; |
26 | static int fixed_timeout = 0; | 26 | static bool fixed_timeout = 0; |
27 | module_param(no_dma, bool, 0644); | 27 | module_param(no_dma, bool, 0644); |
28 | module_param(fixed_timeout, bool, 0644); | 28 | module_param(fixed_timeout, bool, 0644); |
29 | 29 | ||