> diff --git a/drivers/net/atl1/atl1_hw.h b/drivers/net/atl1/atl1_hw.h > new file mode 100644 > index 0000000..0450b77 > --- /dev/null > +++ b/drivers/net/atl1/atl1_hw.h [...] > +/* MII definition */ > +/* PHY Common Register */ > +#define MII_BMCR 0x00 > +#define MII_BMSR 0x01 > +#define MII_PHYSID1 0x02 > +#define MII_PHYSID2 0x03 > +#define MII_ADVERTISE 0x04 > +#define MII_LPA 0x05 > +#define MII_EXPANSION 0x06 [snip]
It duplicates a lot of #define already available in include/linux/mii.h. -- Ueimor - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/