From e98ec581f4df41128fff24e100f1c68277f632da Mon Sep 17 00:00:00 2001 From: Patrick Boettcher Date: Mon, 30 May 2005 09:47:40 +0000 Subject: The solution below wastes a few 100 bytes of space, but I think we can live with that. The same thing was done in dvb-pll.h. --- gcc-2.95 compile fix. Signed-off-by: Patrick Boettcher Signed-off-by: Johannes Stezenbach --- linux/drivers/media/dvb/dvb-usb/dvb-usb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/drivers/media/dvb/dvb-usb/dvb-usb.h') diff --git a/linux/drivers/media/dvb/dvb-usb/dvb-usb.h b/linux/drivers/media/dvb/dvb-usb/dvb-usb.h index d2d35c0cc..f85d724b4 100644 --- a/linux/drivers/media/dvb/dvb-usb/dvb-usb.h +++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb.h @@ -193,7 +193,7 @@ struct dvb_usb_properties { } urb; int num_device_descs; - struct dvb_usb_device_description devices[]; + struct dvb_usb_device_description devices[8]; }; -- cgit v1.2.3