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
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
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'
3 matches
Mail list logo