aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2008-09-26 11:40:53 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-13 07:15:45 -0200
commitd4e80beae1eef31df5749516ecb36f0fb366daf1 (patch)
treeccc62903397baace4a6b944858e01d7fa3108e02 /drivers/media/dvb/frontends
parenta131077d57d0c52d0d481cb7c588752d0a211aa5 (diff)
V4L/DVB (9145): af901x: clean-up
- remove unnecessary #undef's Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends')
-rw-r--r--drivers/media/dvb/frontends/af9013.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/af9013.c b/drivers/media/dvb/frontends/af9013.c
index 50e1e3f300a..0d2a0ad2bc4 100644
--- a/drivers/media/dvb/frontends/af9013.c
+++ b/drivers/media/dvb/frontends/af9013.c
@@ -1500,8 +1500,6 @@ static int af9013_download_firmware(struct af9013_state *state)
}
}
- #undef FW_PACKET_MAX_DATA
-
/* request boot firmware */
ret = af9013_write_reg(state, 0xe205, 1);
if (ret)