diff options
author | Rene Herman <rene.herman@keyaccess.nl> | 2006-03-25 03:07:13 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-25 08:22:53 -0800 |
commit | e6a6784627483381d012b507bb0d49809658a1fa (patch) | |
tree | f963234f9c07940fd02f25ff53c228d9b0a0006d /include/linux/major.h | |
parent | 1efa64696bc55cc396eefa9838a90d106dfab6bf (diff) | |
download | linux-3.10-e6a6784627483381d012b507bb0d49809658a1fa.tar.gz linux-3.10-e6a6784627483381d012b507bb0d49809658a1fa.tar.bz2 linux-3.10-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/major.h')
-rw-r--r-- | include/linux/major.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/major.h b/include/linux/major.h index e36a46702d9..0a74c52924c 100644 --- a/include/linux/major.h +++ b/include/linux/major.h @@ -113,6 +113,7 @@ #define UBD_MAJOR 98 +#define PP_MAJOR 99 #define JSFD_MAJOR 99 #define PHONE_MAJOR 100 |