Skip to content

Commit

Permalink
Staging: silicom: minor cleanup: remove unused define
Browse files Browse the repository at this point in the history
DEVICE_NODE not used

Signed-off-by: Daniel Cotey <puff65537@bansheeslibrary.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Daniel Cotey authored and Greg Kroah-Hartman committed Sep 11, 2012
1 parent e3845b3 commit 13d6b7b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion drivers/staging/silicom/bp_ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion drivers/staging/silicom/bypasslib/bp_ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 13d6b7b

Please sign in to comment.