Re: patch on 2.1.80, mostly to fix gcc complaints

Alan Cox (alan@lxorguk.ukuu.org.uk)
Sat, 24 Jan 1998 11:57:29 +0000 (GMT)


> If CONFIG_VIDEO_PMS is defined:
> pms.c has lots of unused routines; also, init_pms_cards is undefined.

Its waiting for me to add the private ioctls, being short init_pms_cards
is a bug I suspect - will check

> If CONFIG_VIDEO_CQCAM is defined:
> bw-qcam.c and c-qcam.c contains the undefined parport_claim_or_block

Waiting the next parport update.

> SLOW_DOWN_IO is not defined for i386. However, seeq8005.c uses it.
> eeprom_delay is defined in terms of __SLOW_DOWN_IO in atp.h, and
> is used by atp.c.

I've been trying to stamp it out everywhere. All code should be using
udelay() for this

I'll go through these bits