Re: Can't compile 2.4.2-ac25

2001-03-26 Thread Chung Won-young
sorry... Try this: --- es1370.orig Mon Mar 26 18:15:06 2001 +++ es1370.cMon Mar 26 17:47:54 2001 @@ -170,6 +170,8 @@ struct gameport { int io; int size; + void (*trigger)(struct gameport *); + unsigned char (*read)(struct gameport *); }; extern inline void gam

Re: Can't compile 2.4.2-ac25

2001-03-26 Thread Chung Won-young
Try this: --- es1370.orig Mon Mar 26 18:15:06 2001 +++ es1370.cMon Mar 26 17:47:54 2001 @@ -170,6 +170,8 @@ struct gameport { int io; int size; + void (*trigger)(struct gameport *); + unsigned char (*read)(struct gamepo

Can't compile 2.4.2-ac25

2001-03-25 Thread Chung Won-young
Hello, I receive the following error with make zImage: es1370.c: In function `es1370_probe': es1370.c:2667: structure has no member named `trigger' es1370.c:2667: structure has no member named `read' make[3]: *** [es1370.o] Error 1 make[3]: Leaving directory `/usr/src/linux-2.4.2/drivers/sound'