Commit e2a0eab0 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: comedi: move an include file out of comedlib.h

The one .c file that needs it can properly include it.

Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 703f5936
...@@ -24,8 +24,6 @@ ...@@ -24,8 +24,6 @@
#ifndef _LINUX_COMEDILIB_H #ifndef _LINUX_COMEDILIB_H
#define _LINUX_COMEDILIB_H #define _LINUX_COMEDILIB_H
#include "comedi.h"
/* these functions may not be called at real-time priority */ /* these functions may not be called at real-time priority */
void *comedi_open(const char *path); void *comedi_open(const char *path);
......
...@@ -87,6 +87,7 @@ Configuration Options: ...@@ -87,6 +87,7 @@ Configuration Options:
* options that are used with comedi_config. * options that are used with comedi_config.
*/ */
#include "../comedi.h"
#include "../comedilib.h" #include "../comedilib.h"
#include "../comedidev.h" #include "../comedidev.h"
#include <linux/string.h> #include <linux/string.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment