summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-01-04 08:57:58 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-04 11:54:37 +0100
commit731abf4afe693c8e359d8b1283811ee0987edc88 (patch)
treecc68e0aaf490bf935ab877471f9a1fdd3d4128c0
parentbsp/beatnik: Use public include path (diff)
downloadrtems-731abf4afe693c8e359d8b1283811ee0987edc88.tar.bz2
bsp/mvme3100: Use public include path
Update #3254.
-rw-r--r--c/src/lib/libbsp/powerpc/mvme3100/i2c/mpc8540_i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/mvme3100/i2c/mpc8540_i2c.c b/c/src/lib/libbsp/powerpc/mvme3100/i2c/mpc8540_i2c.c
index 5682091a5a..b32b69255e 100644
--- a/c/src/lib/libbsp/powerpc/mvme3100/i2c/mpc8540_i2c.c
+++ b/c/src/lib/libbsp/powerpc/mvme3100/i2c/mpc8540_i2c.c
@@ -63,7 +63,7 @@
#include <rtems/bspIo.h>
#include <rtems/score/sysstate.h>
-#include "mpc8540_i2c_busdrv.h"
+#include <bsp/mpc8540_i2c_busdrv.h>
#define STATIC static