summaryrefslogtreecommitdiffstats
path: root/fs/devfs.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:47 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:47 +0200
commit46743ea28f2480065188e77f23a310eefca62aac (patch)
tree562abfa3654dae6140e6556bb0794eb6d3891d5f /fs/devfs.c
parentca69a1484991f8d58cbcca844224e01c5c6eb9b0 (diff)
downloadbarebox-46743ea28f2480065188e77f23a310eefca62aac.tar.gz
barebox-46743ea28f2480065188e77f23a310eefca62aac.tar.xz
svn_rev_369
include asm-generic in errno.h instead of all other files
Diffstat (limited to 'fs/devfs.c')
-rw-r--r--fs/devfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/devfs.c b/fs/devfs.c
index 3a90603e54..3716aaeb2d 100644
--- a/fs/devfs.c
+++ b/fs/devfs.c
@@ -5,7 +5,6 @@
#include <fs.h>
#include <command.h>
#include <errno.h>
-#include <asm-generic/errno.h>
#include <linux/stat.h>
static int devfs_read(struct device_d *_dev, FILE *f, void *buf, size_t size)