aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ppdev.h
diff options
context:
space:
mode:
authorRene Herman <rene.herman@keyaccess.nl>2006-03-25 03:07:13 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2006-03-25 08:22:53 -0800
commite6a6784627483381d012b507bb0d49809658a1fa (patch)
treef963234f9c07940fd02f25ff53c228d9b0a0006d /include/linux/ppdev.h
parent[PATCH] block/floppy: fix section mismatch warnings (diff)
downloadlinux-dev-e6a6784627483381d012b507bb0d49809658a1fa.tar.xz
linux-dev-e6a6784627483381d012b507bb0d49809658a1fa.zip
[PATCH] parport: move PP_MAJOR from ppdev.h to major.h
Today I wondered about /dev/parport<n> after not seeing anything in drivers/parport register char-major-99. Having PP_MAJOR in include/linux/major.h would've allowed me to more quickly determine that it was the ppdev driver driving these. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/ppdev.h')
-rw-r--r--include/linux/ppdev.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/ppdev.h b/include/linux/ppdev.h
index 141c96586824..f376a7598a78 100644
--- a/include/linux/ppdev.h
+++ b/include/linux/ppdev.h
@@ -14,8 +14,6 @@
* Added PPGETMODES/PPGETMODE/PPGETPHASE, Fred Barnes <frmb2@ukc.ac.uk>, 03/01/2001
*/
-#define PP_MAJOR 99
-
#define PP_IOCTL 'p'
/* Set mode for read/write (e.g. IEEE1284_MODE_EPP) */