Skip to content

Commit

Permalink
Staging: comedi: comedi_compat32.h: Fixed checkpatch.pl issues
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Warden <shane.warden@onyxneon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Shane Warden authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent 6dd60bc commit 2829db3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion drivers/staging/comedi/comedi_compat32.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
#define _COMEDI_COMPAT32_H

#include <linux/compat.h>
#include <linux/fs.h> /* For HAVE_COMPAT_IOCTL and HAVE_UNLOCKED_IOCTL */

/* For HAVE_COMPAT_IOCTL and HAVE_UNLOCKED_IOCTL */
#include <linux/fs.h>

#ifdef CONFIG_COMPAT

Expand Down

0 comments on commit 2829db3

Please sign in to comment.