Staging: silicom: minor cleanup: remove unused define
authorDaniel Cotey <puff65537@bansheeslibrary.com>
Wed, 12 Sep 2012 05:29:06 +0000 (22:29 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 11 Sep 2012 21:31:52 +0000 (14:31 -0700)
DEVICE_NODE not used

Signed-off-by: Daniel Cotey <puff65537@bansheeslibrary.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/silicom/bp_ioctl.h
drivers/staging/silicom/bypasslib/bp_ioctl.h

index 7d468a0..57de34a 100644 (file)
@@ -135,7 +135,6 @@ struct bpctl_cmd {
 
 #define IOCTL_TX_MSG(cmd) _IOWR(MAGIC_NUM, cmd, struct bpctl_cmd)
 
-#define DEVICE_NODE "/dev/bpctl0"
 #define DEVICE_NAME "bpctl"
 
 #endif
index 9e736a4..040c6fa 100644 (file)
@@ -193,7 +193,6 @@ struct bpctl_cmd {
 
 #define IOCTL_TX_MSG(cmd) _IOWR(MAGIC_NUM, cmd, struct bpctl_cmd)
 
-#define DEVICE_NODE "/dev/bpctl0"
 #define DEVICE_NAME "bpctl"
 
 #endif