Messages in this thread Patch in this message |  | | Date | Thu, 15 Nov 2001 21:15:52 -0800 | From | Nathan Myers <> | Subject | [PATCH] omnibus NON-include/ cleanup (less big) |
| |
A small fix to be applied after the patch in
http://marc.theaimsgroup.com/?l=linux-kernel&m=100588649623663&w=2
Apologies for the mess. For reference, the two (correct) patches are archived at
http://ncm.best.vwh.net/patch-linux.diff http://ncm.best.vwh.net/patch-includes.diff
Nathan Myers ncm at cantrip dot org
--- linux-wrong/drivers/net/de4x5.h Thu Nov 15 20:55:15 2001 +++ linux/drivers/net/de4x5.h Thu Nov 15 20:55:24 2001 @@ -25,7 +25,7 @@ #define DE4X5_APROM (iobase+(0x048 << lp->bus)) /* Ethernet Address PROM */ #define DE4X5_BROM (iobase+(0x048 << lp->bus)) /* Boot ROM Register */ #define DE4X5_SROM (iobase+(0x048 << lp->bus)) /* Serial ROM Register */ -#define DE4X5_MII ((iobase+(0x048 << lp->bus)) /* MII Interface Register */ +#define DE4X5_MII (iobase+(0x048 << lp->bus)) /* MII Interface Register */ #define DE4X5_DDR (iobase+(0x050 << lp->bus)) /* Data Diagnostic Register */ #define DE4X5_FDR (iobase+(0x058 << lp->bus)) /* Full Duplex Register */ #define DE4X5_GPT (iobase+(0x058 << lp->bus)) /* General Purpose Timer Reg.*/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |