mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
irnet: ppp: move IRNET_MINOR to include/linux/miscdevice.h
This patch move the define for IRNET_MINOR to include/linux/miscdevice.h It is better that all minor number definitions are in the same place. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
e292823559
commit
24c946cc5d
@@ -32,6 +32,7 @@
|
||||
#define STORE_QUEUE_MINOR 155 /* unused */
|
||||
#define I2O_MINOR 166
|
||||
#define MICROCODE_MINOR 184
|
||||
#define IRNET_MINOR 187
|
||||
#define VFIO_MINOR 196
|
||||
#define TUN_MINOR 200
|
||||
#define CUSE_MINOR 203
|
||||
|
Reference in New Issue
Block a user