diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-05-30 18:29:32 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-07-18 19:23:52 +0200 |
commit | e0099e9edabd855bf83d3f57b1843f0b06bfb19d (patch) | |
tree | 4004b0c7ad9b75187b6cc5e5fd03321412f0bb02 /drivers/media/video/cx88/cx88.h | |
parent | V4L/DVB (5733): Blackbird should accept only new cx2341x encoding firmwares (diff) | |
download | linux-e0099e9edabd855bf83d3f57b1843f0b06bfb19d.tar.xz linux-e0099e9edabd855bf83d3f57b1843f0b06bfb19d.zip |
V4L/DVB (5734): Cx88: kill dev->fw_size
Now that cx88-blackbird is only accepting the official firmware image,
we no longer have any need to store the size of the firmware inside the
cx88 data structure.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88.h')
-rw-r--r-- | drivers/media/video/cx88/cx88.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h index d773b6e2544d..e0290ba9f553 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h @@ -462,7 +462,6 @@ struct cx8802_dev { u32 mailbox; int width; int height; - int fw_size; #if defined(CONFIG_VIDEO_BUF_DVB) || defined(CONFIG_VIDEO_BUF_DVB_MODULE) /* for dvb only */ |