Hi Geert, On Wed, Apr 18, 2018 at 1:53 AM, Geert Uytterhoeven <ge...@linux-m68k.org> wrote: >> --- /dev/null >> +++ b/drivers/net/ethernet/8390/xsurf100.c >> @@ -0,0 +1,411 @@ >> +#include <linux/module.h> >> +#include <linux/netdevice.h> >> +#include <linux/platform_device.h> >> +#include <linux/zorro.h> >> +#include <net/ax88796.h> >> +#include <asm/amigaints.h> >> + >> +#define ZORRO_PROD_INDIVIDUAL_COMPUTERS_X_SURF100 \ >> + ZORRO_ID(INDIVIDUAL_COMPUTERS, 0x64, 0) > > Another long define to get rid of? ;-)
I decided to leave it that way - it doesn't stick out quite as badly as the one in the ESP driver. Give me a yell if you insist. Cheers, Michael