Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Daniel Cotey and committed by
Greg Kroah-Hartman
13d6b7b2 e3845b34

-2
-1
drivers/staging/silicom/bp_ioctl.h
··· 135 135 136 136 #define IOCTL_TX_MSG(cmd) _IOWR(MAGIC_NUM, cmd, struct bpctl_cmd) 137 137 138 - #define DEVICE_NODE "/dev/bpctl0" 139 138 #define DEVICE_NAME "bpctl" 140 139 141 140 #endif
-1
drivers/staging/silicom/bypasslib/bp_ioctl.h
··· 193 193 194 194 #define IOCTL_TX_MSG(cmd) _IOWR(MAGIC_NUM, cmd, struct bpctl_cmd) 195 195 196 - #define DEVICE_NODE "/dev/bpctl0" 197 196 #define DEVICE_NAME "bpctl" 198 197 199 198 #endif