Re: parport-970402 released

Philip Blundell (phil@tazenda.demon.co.uk)
Sun, 6 Apr 1997 16:20:47 +0000 (GMT)


On Sun, 6 Apr 1997, Stephan Meyer wrote:

> make[3]: Entering directory `/usr/src/linux-2.1.32/drivers/char'
> gcc -D__KERNEL__ -I/usr/src/linux-2.1.32/include -Wall -Wstrict-prototypes
> - -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -m486 -malign-loops=2
> - -malign-jumps=2 -malign-functions=2 -DCPU=586 -c -o lp.o lp.c
> lp.c: In function `lp_char_interrupt':
> lp.c:128: warning: implicit declaration of function `LP_S'
> lp.c:131: warning: implicit declaration of function `LP_B'
> lp.c:139: warning: implicit declaration of function `LP_C'

It seems OK for me. Did you get any rejects when you applied the diff?
2.1.32 contains a change that's likely to spook out patch when it tries to
modify lp.c - you may need to apply some hunks by hand. The parport patch
should remove all instances of "LP_S" and friends, so it looks like this
is what's happened to you.

phil