mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 01:53:29 +02:00
drivers/net/ethernet: remove unused #define.
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
141b9e6654
commit
5d472b7377
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -102,7 +102,6 @@ enum jme_spi_op_bits {
|
|||
};
|
||||
|
||||
#define HALF_US 500 /* 500 ns */
|
||||
#define JMESPIIOCTL SIOCDEVPRIVATE
|
||||
|
||||
#define PCI_PRIV_PE1 0xE4
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user