summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedilib.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2010-05-01 13:44:56 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 11:36:00 -0700
commite2a0eab0a121a95be60a81911df07cc21e4ee429 (patch)
treef80055725bca563523834398f749a54835b20b61 /drivers/staging/comedi/comedilib.h
parent703f5936e2a4a31a5b2596d47c1504a472d4ab85 (diff)
downloadlinux-e2a0eab0a121a95be60a81911df07cc21e4ee429.tar.bz2
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: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/comedi/comedilib.h')
-rw-r--r--drivers/staging/comedi/comedilib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/comedi/comedilib.h b/drivers/staging/comedi/comedilib.h
index deb28cb234a9..4f86964835a9 100644
--- a/drivers/staging/comedi/comedilib.h
+++ b/drivers/staging/comedi/comedilib.h
@@ -24,8 +24,6 @@
#ifndef _LINUX_COMEDILIB_H
#define _LINUX_COMEDILIB_H
-#include "comedi.h"
-
/* these functions may not be called at real-time priority */
void *comedi_open(const char *path);