initramfs: Remove a useless include
Commit Message
<linux/dirent.h> only define the 'linux_dirent64' structure that is not
used in this file since commit b2a74d5f9d44 ("initramfs: remove
clean_rootfs")
So remove the useless include.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
init/initramfs.c | 1 -
1 file changed, 1 deletion(-)
@@ -7,7 +7,6 @@
#include <linux/fcntl.h>
#include <linux/delay.h>
#include <linux/string.h>
-#include <linux/dirent.h>
#include <linux/syscalls.h>
#include <linux/utime.h>
#include <linux/file.h>