[PATCH 4/5] irda: irnet: Remove unused IRNET_MAJOR define

From: Corentin Labbe
Date: Thu Dec 15 2016 - 06:43:04 EST


The IRNET_MAJOR define is not used, so this patch remove it.

Signed-off-by: Corentin Labbe <clabbe.montjoie@xxxxxxxxx>
---
net/irda/irnet/irnet_ppp.h | 3 ---
1 file changed, 3 deletions(-)

diff --git a/net/irda/irnet/irnet_ppp.h b/net/irda/irnet/irnet_ppp.h
index 18fcead..ec092c9 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 */

--
2.10.2