Skip to content

Commit

Permalink
Staging: comedi: fix build error in comedilib.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Kroah-Hartman committed Jan 6, 2009
1 parent 476b847 commit 02ebd47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/comedi/comedilib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */

Expand Down

0 comments on commit 02ebd47

Please sign in to comment.