summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-09-11 12:27:47 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-09-11 22:12:56 +0200
commit67f3956f39046e6d284c8479dc096f297a271dad (patch)
treeeacf3e688cba0805e248b376b48f6d82792ac95d
parent72997cf12a75919625bdd8fb80bb5f0f5f3b981b (diff)
drop unused CONSMAJOR
CONSMAJOR is never used. I'm guessing that in the past it was a part of some problematic code. I don't see a reason to keep it's definition. * device/cons.h (CONSMAJOR): Remove definition.
-rw-r--r--device/cons.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/device/cons.h b/device/cons.h
index 6a0ae850..8ac796cd 100644
--- a/device/cons.h
+++ b/device/cons.h
@@ -41,9 +41,6 @@ struct consdev {
#define CN_INTERNAL 2 /* "internal" bit-mapped display */
#define CN_REMOTE 3 /* serial interface with remote bit set */
-/* XXX */
-#define CONSMAJOR 0
-
#define CONSBUFSIZE 1024
#ifdef KERNEL