diff options
Diffstat (limited to 'drivers/block/paride/bpck6.c')
-rw-r--r-- | drivers/block/paride/bpck6.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/block/paride/bpck6.c b/drivers/block/paride/bpck6.c index ad124525ac23..ec64e7f5d1ce 100644 --- a/drivers/block/paride/bpck6.c +++ b/drivers/block/paride/bpck6.c | |||
@@ -20,9 +20,6 @@ | |||
20 | */ | 20 | */ |
21 | 21 | ||
22 | 22 | ||
23 | /* PARAMETERS */ | ||
24 | static int verbose; /* set this to 1 to see debugging messages and whatnot */ | ||
25 | |||
26 | #define BACKPACK_VERSION "2.0.2" | 23 | #define BACKPACK_VERSION "2.0.2" |
27 | 24 | ||
28 | #include <linux/module.h> | 25 | #include <linux/module.h> |
@@ -36,6 +33,8 @@ static int verbose; /* set this to 1 to see debugging messages and whatnot */ | |||
36 | #include "ppc6lnx.c" | 33 | #include "ppc6lnx.c" |
37 | #include "paride.h" | 34 | #include "paride.h" |
38 | 35 | ||
36 | /* PARAMETERS */ | ||
37 | static bool verbose; /* set this to 1 to see debugging messages and whatnot */ | ||
39 | 38 | ||
40 | 39 | ||
41 | #define PPCSTRUCT(pi) ((Interface *)(pi->private)) | 40 | #define PPCSTRUCT(pi) ((Interface *)(pi->private)) |