diff options
author | 2015-01-30 09:57:18 +0000 | |
---|---|---|
committer | 2015-02-07 17:05:50 +0800 | |
commit | a1d49aeed0035adebb874ca30336ba2160321063 (patch) | |
tree | 03a5e1314e7be3fba302d0e30a13199d8ccdbcdc | |
parent | staging: comedi: add comedi_pcmcia.h (diff) | |
download | wireguard-linux-a1d49aeed0035adebb874ca30336ba2160321063.tar.xz wireguard-linux-a1d49aeed0035adebb874ca30336ba2160321063.zip |
staging: comedi: comedi_pcmcia.c: include new "comedi_pcmcia.h" header
Include the new "comedi_pcmcia.h" header instead of <pcmcia/cistpl.h>,
<pcmcia/ds.h> and "comedidev.h", which will now get included indirectly.
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/comedi/comedi_pcmcia.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/staging/comedi/comedi_pcmcia.c b/drivers/staging/comedi/comedi_pcmcia.c index 0529bae8e5ac..7e784399a16f 100644 --- a/drivers/staging/comedi/comedi_pcmcia.c +++ b/drivers/staging/comedi/comedi_pcmcia.c @@ -19,10 +19,7 @@ #include <linux/module.h> #include <linux/kernel.h> -#include <pcmcia/cistpl.h> -#include <pcmcia/ds.h> - -#include "comedidev.h" +#include "comedi_pcmcia.h" /** * comedi_to_pcmcia_dev() - comedi_device pointer to pcmcia_device pointer. |