Commit c192e519 authored by Frank Davis's avatar Frank Davis Committed by Linus Torvalds

[PATCH] drivers/block/xd.c compile

This fixes a 'used but not declared' compile error
parent b3385cf1
...@@ -150,6 +150,7 @@ static devfs_handle_t devfs_handle = NULL; ...@@ -150,6 +150,7 @@ static devfs_handle_t devfs_handle = NULL;
static int __init xd_init(void) static int __init xd_init(void)
{ {
u_char i,controller; u_char i,controller;
u_char count = 0;
unsigned int address; unsigned int address;
int err; int err;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment