mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 00:51:35 +00:00
[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>
This commit is contained in:
parent
1efa64696b
commit
e6a6784627
3 changed files with 3 additions and 3 deletions
|
@ -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) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue