aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
diff options
context:
space:
mode:
authorLABBE Corentin <clabbe.montjoie@gmail.com>2016-12-15 11:42:48 +0100
committerDavid S. Miller <davem@davemloft.net>2016-12-17 11:17:24 -0500
commit24c946cc5d35e32c5bb0c07ebdad32756e2bd20d (patch)
tree45165ceeda32499a1ef0d033fc974839473d893b /net
parentirda: irnet: Move linux/miscdevice.h include (diff)
downloadwireguard-linux-24c946cc5d35e32c5bb0c07ebdad32756e2bd20d.tar.xz
wireguard-linux-24c946cc5d35e32c5bb0c07ebdad32756e2bd20d.zip
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>
Diffstat (limited to 'net')
-rw-r--r--net/irda/irnet/irnet_ppp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/irda/irnet/irnet_ppp.h b/net/irda/irnet/irnet_ppp.h
index 693ebc08fa2e..18fceadbb4bf 100644
--- a/net/irda/irnet/irnet_ppp.h
+++ b/net/irda/irnet/irnet_ppp.h
@@ -21,7 +21,6 @@
/* /dev/irnet file constants */
#define IRNET_MAJOR 10 /* Misc range */
-#define IRNET_MINOR 187 /* Official allocation */
/* IrNET control channel stuff */
#define IRNET_MAX_COMMAND 256 /* Max length of a command line */