summaryrefslogtreecommitdiff
path: root/cpukit/libfs/src/jffs2
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-21 13:12:31 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-22 07:29:26 +0200
commitede1a4182df68b1191b8ef2031f7a1f14813b525 (patch)
treead65a287510a97a23c0d704491a4c318d545fe2b /cpukit/libfs/src/jffs2
parente8020d1914b58c05a1a796b486e5a8fb23abe188 (diff)
Make rtems/print.h independent of rtems/bspIo.h
Diffstat (limited to 'cpukit/libfs/src/jffs2')
-rw-r--r--cpukit/libfs/src/jffs2/include/linux/kernel-rtems.h2
1 files changed, 1 insertions, 1 deletions
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 <rtems.h>
-#include <rtems/print.h>
+#include <rtems/bspIo.h>
static inline char *do_kmemdup(const char *s, size_t n)
{