]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Staging: comedi: fix build error in comedilib.h
authorGreg Kroah-Hartman <gregkh@suse.de>
Fri, 14 Nov 2008 22:58:46 +0000 (14:58 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 6 Jan 2009 21:52:17 +0000 (13:52 -0800)
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>
drivers/staging/comedi/comedilib.h

index d6a2e378f1ad845f891693985169f34382aaf67b..fc5fc015726bdb600ba91afe4e6a497ac76b7b54 100644 (file)
@@ -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. */