From 62c8526d60181da14fa73a43ed23f3314523b4f5 Mon Sep 17 00:00:00 2001 From: Malcolm Priestley Date: Mon, 26 May 2014 13:59:07 +0100 Subject: 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 Signed-off-by: Greg Kroah-Hartman --- drivers/staging/vt6656/baseband.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/staging/vt6656/baseband.c') diff --git a/drivers/staging/vt6656/baseband.c b/drivers/staging/vt6656/baseband.c index 4cdea2c..d96308f 100644 --- a/drivers/staging/vt6656/baseband.c +++ b/drivers/staging/vt6656/baseband.c @@ -40,7 +40,7 @@ #include "mac.h" #include "baseband.h" #include "rf.h" -#include "control.h" +#include "usbpipe.h" #include "datarate.h" static u8 abyVT3184_AGC[] = { -- cgit v1.1