• T
    ucc_geth: use correct UCCE macros · 3bc53427
    Timur Tabi 提交于
    The UCC Event Register (UCCE) already has unambigous macro definitions in qe.h,
    so we should not be defining our own in the UCC Ethernet driver.
    
    Removed unused local variable 'dev' from ucc_geth_poll(), which fixes
    a warning caused by commit 908a7a16
    ("net: Remove unused netdev arg from some NAPI interfaces.").
    
    Replaced in_be/out_be pairs with setbits32 or clrbits32, where applicable.
    Signed-off-by: NTimur Tabi <timur@freescale.com>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    3bc53427
ucc_geth.c 113.6 KB