From ede1a4182df68b1191b8ef2031f7a1f14813b525 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 21 Jun 2016 13:12:31 +0200 Subject: Make rtems/print.h independent of rtems/bspIo.h --- cpukit/libfs/src/devfs/devfs_show.c | 2 ++ cpukit/libfs/src/jffs2/include/linux/kernel-rtems.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'cpukit/libfs') diff --git a/cpukit/libfs/src/devfs/devfs_show.c b/cpukit/libfs/src/devfs/devfs_show.c index b5984bde4c..0ea130686a 100644 --- a/cpukit/libfs/src/devfs/devfs_show.c +++ b/cpukit/libfs/src/devfs/devfs_show.c @@ -17,6 +17,8 @@ #include "devfs.h" +#include + void devFS_Show(void) { rtems_filesystem_location_info_t *rootloc = &rtems_filesystem_root->location; diff --git a/cpukit/libfs/src/jffs2/include/linux/kernel-rtems.h b/cpukit/libfs/src/jffs2/include/linux/kernel-rtems.h index 08520342f5..0550446915 100644 --- a/cpukit/libfs/src/jffs2/include/linux/kernel-rtems.h +++ b/cpukit/libfs/src/jffs2/include/linux/kernel-rtems.h @@ -18,7 +18,7 @@ #define __LINUX_RTEMS_IMPL_H__ #include -#include +#include static inline char *do_kmemdup(const char *s, size_t n) { -- cgit v1.2.3