X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fnet%2Fsmc911x.h;h=2abfc284519829ee05856b26b80c0ce45f2e27b5;hb=cc12dac2e512c2b6185ed91899e09e9910630315;hp=266232271a72879467afab4579f9dcad68ad3071;hpb=12c03f59c3909159010b87a926f5626d4380d441;p=linux-2.6-omap-h63xx.git diff --git a/drivers/net/smc911x.h b/drivers/net/smc911x.h index 266232271a7..2abfc284519 100644 --- a/drivers/net/smc911x.h +++ b/drivers/net/smc911x.h @@ -39,7 +39,6 @@ #define SMC_USE_32BIT 1 #define SMC_IRQ_SENSE IRQF_TRIGGER_FALLING #elif defined(CONFIG_SH_MAGIC_PANEL_R2) - #define SMC_USE_SH_DMA 0 #define SMC_USE_16BIT 0 #define SMC_USE_32BIT 1 #define SMC_IRQ_SENSE IRQF_TRIGGER_LOW @@ -80,7 +79,6 @@ struct smc911x_local { /* work queue */ struct work_struct phy_configure; - int work_pending; int tx_throttle; spinlock_t lock; @@ -224,7 +222,7 @@ static inline void SMC_outsl(struct smc911x_local *lp, int reg, */ #include #include -#include +#include static dma_addr_t rx_dmabuf, tx_dmabuf; static int rx_dmalen, tx_dmalen;