Skip to content

Commit

Permalink
drivers/net/ethernet: remove unused #define.
Browse files Browse the repository at this point in the history
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
françois romieu authored and David S. Miller committed Oct 3, 2011
1 parent 141b9e6 commit 5d472b7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions drivers/net/ethernet/amd/depca.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@
*/
#include <linux/sockios.h>

#define DEPCAIOCTL SIOCDEVPRIVATE

struct depca_ioctl {
unsigned short cmd; /* Command to run */
unsigned short len; /* Length of the data buffer */
Expand Down
2 changes: 0 additions & 2 deletions drivers/net/ethernet/dec/tulip/de4x5.h
Original file line number Diff line number Diff line change
Expand Up @@ -991,8 +991,6 @@
*/
#include <linux/sockios.h>

#define DE4X5IOCTL SIOCDEVPRIVATE

struct de4x5_ioctl {
unsigned short cmd; /* Command to run */
unsigned short len; /* Length of the data buffer */
Expand Down
1 change: 0 additions & 1 deletion drivers/net/ethernet/jme.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ enum jme_spi_op_bits {
};

#define HALF_US 500 /* 500 ns */
#define JMESPIIOCTL SIOCDEVPRIVATE

#define PCI_PRIV_PE1 0xE4

Expand Down

0 comments on commit 5d472b7

Please sign in to comment.