Skip to content

Commit

Permalink
autofs4: fix string.h include in auto_dev-ioctl.h
Browse files Browse the repository at this point in the history
Since including linux/string.h will now do the right thing remove the
conditional check.

Signed-off-by: Ian Kent <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
raven-au authored and torvalds committed Mar 15, 2016
1 parent 8a78d59 commit 63c0622
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/linux/auto_dev-ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@
#define _LINUX_AUTO_DEV_IOCTL_H

#include <linux/auto_fs.h>

#ifdef __KERNEL__
#include <linux/string.h>
#else
#include <string.h>
#endif /* __KERNEL__ */

#define AUTOFS_DEVICE_NAME "autofs"

Expand Down

0 comments on commit 63c0622

Please sign in to comment.