[PATCH 4/9] staging: comedi: ni_usb6501: include new "comedi_usb.h" header

2015-01-27 Thread Ian Abbott
Include the new "../comedi_usb.h" header instead of  and
"../comedidev.h", which will now get included indirectly.

Signed-off-by: Ian Abbott 
---
 drivers/staging/comedi/drivers/ni_usb6501.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/staging/comedi/drivers/ni_usb6501.c 
b/drivers/staging/comedi/drivers/ni_usb6501.c
index 3b5a1b9..5f649f8 100644
--- a/drivers/staging/comedi/drivers/ni_usb6501.c
+++ b/drivers/staging/comedi/drivers/ni_usb6501.c
@@ -96,9 +96,8 @@
 #include 
 #include 
 #include 
-#include 
 
-#include "../comedidev.h"
+#include "../comedi_usb.h"
 
 #defineNI6501_TIMEOUT  1000
 
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 4/9] staging: comedi: ni_usb6501: include new comedi_usb.h header

2015-01-27 Thread Ian Abbott
Include the new ../comedi_usb.h header instead of linux/usb.h and
../comedidev.h, which will now get included indirectly.

Signed-off-by: Ian Abbott abbo...@mev.co.uk
---
 drivers/staging/comedi/drivers/ni_usb6501.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/staging/comedi/drivers/ni_usb6501.c 
b/drivers/staging/comedi/drivers/ni_usb6501.c
index 3b5a1b9..5f649f8 100644
--- a/drivers/staging/comedi/drivers/ni_usb6501.c
+++ b/drivers/staging/comedi/drivers/ni_usb6501.c
@@ -96,9 +96,8 @@
 #include linux/kernel.h
 #include linux/module.h
 #include linux/slab.h
-#include linux/usb.h
 
-#include ../comedidev.h
+#include ../comedi_usb.h
 
 #defineNI6501_TIMEOUT  1000
 
-- 
2.1.4

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/