diff options
Diffstat (limited to 'drivers/md/md.c')
-rw-r--r-- | drivers/md/md.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/md/md.c b/drivers/md/md.c index 9a3214c8585f..96336b050b59 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c | |||
@@ -46,9 +46,6 @@ | |||
46 | #include <linux/delay.h> | 46 | #include <linux/delay.h> |
47 | #include "bitmap.h" | 47 | #include "bitmap.h" |
48 | 48 | ||
49 | /* 63 partitions with the alternate major number (mdp) */ | ||
50 | #define MdpMinorShift 6 | ||
51 | |||
52 | #define DEBUG 0 | 49 | #define DEBUG 0 |
53 | #define dprintk(x...) ((void)(DEBUG && printk(x))) | 50 | #define dprintk(x...) ((void)(DEBUG && printk(x))) |
54 | 51 | ||