aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/xd.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block/xd.c')
-rw-r--r--drivers/block/xd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/xd.c b/drivers/block/xd.c
index 4abd2bcd20fb..51a972704db5 100644
--- a/drivers/block/xd.c
+++ b/drivers/block/xd.c
@@ -148,7 +148,7 @@ static volatile int xdc_busy;
148static struct timer_list xd_watchdog_int; 148static struct timer_list xd_watchdog_int;
149 149
150static volatile u_char xd_error; 150static volatile u_char xd_error;
151static int nodma = XD_DONT_USE_DMA; 151static bool nodma = XD_DONT_USE_DMA;
152 152
153static struct request_queue *xd_queue; 153static struct request_queue *xd_queue;
154 154