From: LABBE Corentin Date: Thu, 15 Dec 2016 10:42:49 +0000 (+0100) Subject: irda: irnet: Remove unused IRNET_MAJOR define X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=33de4d1bb9e3d90e2238e85d7865ec664cf48e60;p=linux-beck.git irda: irnet: Remove unused IRNET_MAJOR define The IRNET_MAJOR define is not used, so this patch remove it. Signed-off-by: Corentin Labbe Signed-off-by: David S. Miller --- 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 */