diff options
author | Daniel Cotey <puff65537@bansheeslibrary.com> | 2012-09-12 01:29:06 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-11 17:31:52 -0400 |
commit | 13d6b7b21aedac9deb884d90f30ca66b0aef6cd1 (patch) | |
tree | 2b983246cf1d043c78b8652cd42a96852ee6853a | |
parent | e3845b34e8bcda7a420af582f4a3f3986c35e709 (diff) |
Staging: silicom: minor cleanup: remove unused define
DEVICE_NODE not used
Signed-off-by: Daniel Cotey <puff65537@bansheeslibrary.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/silicom/bp_ioctl.h | 1 | ||||
-rw-r--r-- | drivers/staging/silicom/bypasslib/bp_ioctl.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/silicom/bp_ioctl.h b/drivers/staging/silicom/bp_ioctl.h index 7d468a0ee79a..57de34a69e8e 100644 --- a/drivers/staging/silicom/bp_ioctl.h +++ b/drivers/staging/silicom/bp_ioctl.h | |||
@@ -135,7 +135,6 @@ struct bpctl_cmd { | |||
135 | 135 | ||
136 | #define IOCTL_TX_MSG(cmd) _IOWR(MAGIC_NUM, cmd, struct bpctl_cmd) | 136 | #define IOCTL_TX_MSG(cmd) _IOWR(MAGIC_NUM, cmd, struct bpctl_cmd) |
137 | 137 | ||
138 | #define DEVICE_NODE "/dev/bpctl0" | ||
139 | #define DEVICE_NAME "bpctl" | 138 | #define DEVICE_NAME "bpctl" |
140 | 139 | ||
141 | #endif | 140 | #endif |
diff --git a/drivers/staging/silicom/bypasslib/bp_ioctl.h b/drivers/staging/silicom/bypasslib/bp_ioctl.h index 9e736a417c02..040c6fa8d5ad 100644 --- a/drivers/staging/silicom/bypasslib/bp_ioctl.h +++ b/drivers/staging/silicom/bypasslib/bp_ioctl.h | |||
@@ -193,7 +193,6 @@ struct bpctl_cmd { | |||
193 | 193 | ||
194 | #define IOCTL_TX_MSG(cmd) _IOWR(MAGIC_NUM, cmd, struct bpctl_cmd) | 194 | #define IOCTL_TX_MSG(cmd) _IOWR(MAGIC_NUM, cmd, struct bpctl_cmd) |
195 | 195 | ||
196 | #define DEVICE_NODE "/dev/bpctl0" | ||
197 | #define DEVICE_NAME "bpctl" | 196 | #define DEVICE_NAME "bpctl" |
198 | 197 | ||
199 | #endif | 198 | #endif |