aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb/dvb-usb/af9015.c
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/dvb-usb/af9015.c
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/dvb-usb/af9015.c')
-rw-r--r--drivers/media/dvb/dvb-usb/af9015.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/dvb/dvb-usb/af9015.c b/drivers/media/dvb/dvb-usb/af9015.c
index 1168e4b508d..8c183e55daa 100644
--- a/drivers/media/dvb/dvb-usb/af9015.c
+++ b/drivers/media/dvb/dvb-usb/af9015.c
@@ -672,7 +672,6 @@ static int af9015_download_firmware(struct usb_device *udev,
goto error;
}
}
- #undef FW_PACKET_MAX_DATA
/* firmware loaded, request boot */
req.cmd = BOOT;
@@ -1377,7 +1376,6 @@ static struct dvb_usb_device_properties af9015_properties[] = {
}
}
};
-#undef AF9015_DEFAULT_PROPERTIES
static int af9015_usb_probe(struct usb_interface *intf,
const struct usb_device_id *id)