aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/md.c')
-rw-r--r--drivers/md/md.c3
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 @@
#include <linux/delay.h>
#include "bitmap.h"
-/* 63 partitions with the alternate major number (mdp) */
-#define MdpMinorShift 6
-
#define DEBUG 0
#define dprintk(x...) ((void)(DEBUG && printk(x)))