mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-30 16:13:54 +08:00
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>
This commit is contained in:
parent
e3845b34e8
commit
13d6b7b21a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user