On Fri, Jun 11, 2010 at 06:44, <[email protected]> wrote: > --- trunk/drivers/net/bfin_mac.c 2010-06-11 09:56:51 UTC (rev 8905) > +++ trunk/drivers/net/bfin_mac.c 2010-06-11 10:44:22 UTC (rev 8906) > @@ -75,12 +75,6 @@ > static struct net_dma_desc_tx *tx_desc; > static struct net_dma_desc_rx *rx_desc; > > -#if defined(CONFIG_BFIN_MAC_RMII) > -static u16 pin_req[] = P_RMII0; > -#else > -static u16 pin_req[] = P_MII0; > -#endif
would be nice if we could kill off the BFIN_MAC_RMII Kconfig entirely since the pins are in the board resources now. should be pretty easy to do. -mike _______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
