提交 67a0149e 编写于 作者: H H Hartley Sweeten 提交者: Greg Kroah-Hartman

staging: comedi: ni_labpc_cs: remove unnecessary includes

This driver includes a number of unnecessary headers. Remove them.
Signed-off-by: NH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: NIan Abbott <abbotti@mev.co.uk>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 83d682bd
...@@ -54,19 +54,15 @@ NI manuals: ...@@ -54,19 +54,15 @@ NI manuals:
*/ */
#include <linux/module.h> #include <linux/module.h>
#include "../comedidev.h"
#include <linux/delay.h>
#include "8253.h" #include "../comedidev.h"
#include "8255.h"
#include "comedi_fc.h"
#include "ni_labpc.h"
#include <pcmcia/cistpl.h> #include <pcmcia/cistpl.h>
#include <pcmcia/cisreg.h> #include <pcmcia/cisreg.h>
#include <pcmcia/ds.h> #include <pcmcia/ds.h>
#include "ni_labpc.h"
static const struct labpc_boardinfo labpc_cs_boards[] = { static const struct labpc_boardinfo labpc_cs_boards[] = {
{ {
.name = "daqcard-1200", .name = "daqcard-1200",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册