]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/eth16i.c
powerpc/mpc5200_wdt: use linux/of_platform.h instead of asm
[linux-2.6-omap-h63xx.git] / drivers / net / eth16i.c
index 243fc6b354b5effd99030e2fee51efaf9dc9b78b..e3dd8b1369086369f10f30be29a6b716ff2ec552 100644 (file)
@@ -170,7 +170,6 @@ static char *version =
 
 
 /* Few macros */
-#define BIT(a)                ( (1 << (a)) )
 #define BITSET(ioaddr, bnum)   ((outb(((inb(ioaddr)) | (bnum)), ioaddr)))
 #define BITCLR(ioaddr, bnum)   ((outb(((inb(ioaddr)) & (~(bnum))), ioaddr)))