summaryrefslogtreecommitdiffstats
path: root/fs/bpkfs.c
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2014-02-09 10:35:57 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-02-10 09:34:35 +0100
commit68fc6e6eaed4bae40b8df2c91d30bf0b2aeb37a6 (patch)
tree9ab1c352d3d84cb9ece7fc3eac74d16f80de9997 /fs/bpkfs.c
parentb0723e39ecb010bce48c46884858b98d2601ba50 (diff)
downloadbarebox-68fc6e6eaed4bae40b8df2c91d30bf0b2aeb37a6.tar.gz
barebox-68fc6e6eaed4bae40b8df2c91d30bf0b2aeb37a6.tar.xz
bpkfs: remove twice include of fs.h
Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'fs/bpkfs.c')
-rw-r--r--fs/bpkfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/bpkfs.c b/fs/bpkfs.c
index b3b45be76d..ae7681afab 100644
--- a/fs/bpkfs.c
+++ b/fs/bpkfs.c
@@ -12,7 +12,6 @@
#include <fs.h>
#include <errno.h>
#include <fcntl.h>
-#include <fs.h>
#include <malloc.h>
#include <init.h>
#include <linux/stat.h>