aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/tifm_sd.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/host/tifm_sd.c')
-rw-r--r--drivers/mmc/host/tifm_sd.c4
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
25static int no_dma = 0; 25static bool no_dma = 0;
26static int fixed_timeout = 0; 26static bool fixed_timeout = 0;
27module_param(no_dma, bool, 0644); 27module_param(no_dma, bool, 0644);
28module_param(fixed_timeout, bool, 0644); 28module_param(fixed_timeout, bool, 0644);
29 29