summaryrefslogtreecommitdiffstats
path: root/drivers/block/cciss.h
diff options
context:
space:
mode:
authorChristoph Hellwig2006-01-08 10:05:17 +0100
committerLinus Torvalds2006-01-09 05:14:09 +0100
commit564de74a7e2778e1d11b2d2e50ee8dab1cf1456a (patch)
tree25b1ba320ac19aeb4bafecab2abc25c05d4a085d /drivers/block/cciss.h
parent[PATCH] drivers/isdn/hardware/eicon/os_4bri.c: correct the xdiLoadFile() sign... (diff)
downloadkernel-qcow2-linux-564de74a7e2778e1d11b2d2e50ee8dab1cf1456a.tar.gz
kernel-qcow2-linux-564de74a7e2778e1d11b2d2e50ee8dab1cf1456a.tar.xz
kernel-qcow2-linux-564de74a7e2778e1d11b2d2e50ee8dab1cf1456a.zip
[PATCH] cciss: avoid defining useless MAJOR_NR macro
This sneaked in with one of the updates. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/block/cciss.h')
-rw-r--r--drivers/block/cciss.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/block/cciss.h b/drivers/block/cciss.h
index ad45e581a91d..b24fc0553ccf 100644
--- a/drivers/block/cciss.h
+++ b/drivers/block/cciss.h
@@ -13,8 +13,6 @@
#define IO_OK 0
#define IO_ERROR 1
-#define MAJOR_NR COMPAQ_CISS_MAJOR
-
struct ctlr_info;
typedef struct ctlr_info ctlr_info_t;