Re: Can't compile 2.4.2-ac25

Chung Won-young (suni00@kernel.pe.kr)
Mon, 26 Mar 2001 18:17:06 +0900 (KST)


Try this:

--- es1370.orig Mon Mar 26 18:15:06 2001
+++ es1370.c Mon 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 gameport_register_port(struct gameport *gameport)

- ÆóÀÎ -

ICQ : 36602496
E - Mail : suni00@kernel.pe.kr, suni00@kldp.org
Homepage : http://kernel.pe.kr, http://pain.kernel.pe.kr

On Mon, 26 Mar 2001, Chung Won-young wrote:

>
> 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'
> make[2]: *** [first_rule] Error 2
> make[2]: Leaving directory `/usr/src/linux-2.4.2/drivers/sound'
> make[1]: *** [_subdir_sound] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.4.2/drivers'
> make: *** [_dir_drivers] Error 2
>
>
>
> maybe 'Update es1370, es1371,esssolo' has some problem.
>
>
> - ÆóÀÎ -
>
> ICQ : 36602496
> E - Mail : suni00@kernel.pe.kr, suni00@kldp.org
> Homepage : http://kernel.pe.kr, http://pain.kernel.pe.kr
>
>

-
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/