Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63c06227 authored by Ian Kent's avatar Ian Kent Committed by Linus Torvalds
Browse files

autofs4: fix string.h include in auto_dev-ioctl.h



Since including linux/string.h will now do the right thing remove the
conditional check.

Signed-off-by: default avatarIan Kent <raven@themaw.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 8a78d593
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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"