summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-usb/dvb-usb.h
diff options
context:
space:
mode:
authorPatrick Boettcher <devnull@localhost>2005-05-30 09:47:40 +0000
committerPatrick Boettcher <devnull@localhost>2005-05-30 09:47:40 +0000
commite98ec581f4df41128fff24e100f1c68277f632da (patch)
tree2f5602d65823e036623483bb2e7c34903c27c8cd /linux/drivers/media/dvb/dvb-usb/dvb-usb.h
parent3a08c98d6b0d71c97886f1caf24203a378ea3563 (diff)
downloadmediapointer-dvb-s2-e98ec581f4df41128fff24e100f1c68277f632da.tar.gz
mediapointer-dvb-s2-e98ec581f4df41128fff24e100f1c68277f632da.tar.bz2
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 <pb@linuxtv.org> Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/dvb-usb.h')
-rw-r--r--linux/drivers/media/dvb/dvb-usb/dvb-usb.h2
1 files changed, 1 insertions, 1 deletions
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];
};