summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/dvb-usb/af9035.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2012-06-17 23:15:03 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-08-04 07:56:35 -0300
commit5da2aecb46597c2b4a3dee2eb78863fee0c8354e (patch)
treee398dc0096c0359d7f884a65633ba8cf63c55984 /drivers/media/dvb/dvb-usb/af9035.h
parent191f79a4d78292a82f9be9cc6c9c974365792f8f (diff)
[media] af9035: convert to new DVB USB
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/af9035.h')
-rw-r--r--drivers/media/dvb/dvb-usb/af9035.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/media/dvb/dvb-usb/af9035.h b/drivers/media/dvb/dvb-usb/af9035.h
index 481a1a43dd2a..59ff69ede0f0 100644
--- a/drivers/media/dvb/dvb-usb/af9035.h
+++ b/drivers/media/dvb/dvb-usb/af9035.h
@@ -22,10 +22,7 @@
#ifndef AF9035_H
#define AF9035_H
-/* prefix for dvb-usb log writings */
-#define DVB_USB_LOG_PREFIX "af9035"
-
-#include "dvb-usb.h"
+#include "dvb_usb.h"
#include "af9033.h"
#include "tua9001.h"
#include "fc0011.h"
@@ -53,6 +50,7 @@ struct usb_req {
};
struct state {
+ u8 seq; /* packet sequence number */
bool dual_mode;
struct af9033_config af9033_config[2];