aboutsummaryrefslogtreecommitdiffstats
path: root/net/irda
diff options
context:
space:
mode:
authorLABBE Corentin <clabbe.montjoie@gmail.com>2016-12-15 11:42:49 +0100
committerDavid S. Miller <davem@davemloft.net>2016-12-17 11:17:24 -0500
commit33de4d1bb9e3d90e2238e85d7865ec664cf48e60 (patch)
treec6fbc2133a480f44a63404bb7a7c568cee4db0b8 /net/irda
parentirnet: ppp: move IRNET_MINOR to include/linux/miscdevice.h (diff)
downloadlinux-dev-33de4d1bb9e3d90e2238e85d7865ec664cf48e60.tar.xz
linux-dev-33de4d1bb9e3d90e2238e85d7865ec664cf48e60.zip
irda: irnet: Remove unused IRNET_MAJOR define
The IRNET_MAJOR define is not used, so this patch remove it. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/irda')
-rw-r--r--net/irda/irnet/irnet_ppp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/irda/irnet/irnet_ppp.h b/net/irda/irnet/irnet_ppp.h
index 18fceadbb4bf..ec092c9bdf3c 100644
--- a/net/irda/irnet/irnet_ppp.h
+++ b/net/irda/irnet/irnet_ppp.h
@@ -19,9 +19,6 @@
/************************ CONSTANTS & MACROS ************************/
-/* /dev/irnet file constants */
-#define IRNET_MAJOR 10 /* Misc range */
-
/* IrNET control channel stuff */
#define IRNET_MAX_COMMAND 256 /* Max length of a command line */