diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2008-11-14 14:58:46 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-01-06 13:52:17 -0800 |
commit | 02ebd471ea5b9950d3c30d75ec2f579f9ff0e918 (patch) | |
tree | f0962d0e84bce7c89f8abe34f4e5c1f2610e759d | |
parent | 476b847733636ce5765093f5d1a369cc470e78e6 (diff) |
Staging: comedi: fix build error in comedilib.h
If anyone included this file, it would break the build.
This patch fixes the issue.
Cc: David Schleef <ds@schleef.org>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/staging/comedi/comedilib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/comedi/comedilib.h b/drivers/staging/comedi/comedilib.h index d6a2e378f1a..fc5fc015726 100644 --- a/drivers/staging/comedi/comedilib.h +++ b/drivers/staging/comedi/comedilib.h @@ -24,7 +24,7 @@ #ifndef _LINUX_COMEDILIB_H #define _LINUX_COMEDILIB_H -#include <linux/comedi.h> +#include "comedi.h" /* Kernel internal stuff. Needed by real-time modules and such. */ |