summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/firmware.c
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2014-05-26 13:59:07 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-05-26 10:36:50 -0700
commit62c8526d60181da14fa73a43ed23f3314523b4f5 (patch)
treedb7f34bd6c0f2c096032987be91a5da006a94e04 /drivers/staging/vt6656/firmware.c
parent53742906bca9f035ec97fe3578c6064e015c3821 (diff)
staging: vt6656: dead code remove control.c/h
Replace control.h headers with usbpipe.h Also add to usbpipe.c its header Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/firmware.c')
-rw-r--r--drivers/staging/vt6656/firmware.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/firmware.c b/drivers/staging/vt6656/firmware.c
index f9d685f00300..1159f0b34578 100644
--- a/drivers/staging/vt6656/firmware.c
+++ b/drivers/staging/vt6656/firmware.c
@@ -33,7 +33,7 @@
#include <linux/compiler.h>
#include "firmware.h"
-#include "control.h"
+#include "usbpipe.h"
static int msglevel = MSG_LEVEL_INFO;
/* static int msglevel = MSG_LEVEL_DEBUG; */