summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2019-08-22 08:51:00 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-08-23 09:37:59 +0200
commite68c3d08dccb951476d1e31a66f31c15390e4af7 (patch)
tree5068e4e632a8612796290a50234147bf11b80489
parent7536df20a8aefb35b83aebdb5eac636ef1df75fd (diff)
downloadbarebox-e68c3d08dccb951476d1e31a66f31c15390e4af7.tar.gz
barebox-e68c3d08dccb951476d1e31a66f31c15390e4af7.tar.xz
fs: tftp: remove duplicate header
<fs.h> is included again a few lines prior. Delete it here. Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--fs/tftp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/tftp.c b/fs/tftp.c
index 43293272d7..54dcba272f 100644
--- a/fs/tftp.c
+++ b/fs/tftp.c
@@ -29,7 +29,6 @@
#include <libgen.h>
#include <fcntl.h>
#include <getopt.h>
-#include <fs.h>
#include <init.h>
#include <linux/stat.h>
#include <linux/err.h>