[PATCH 13/19] bsp/mvme3100: Use public include path

Sebastian Huber sebastian.huber at embedded-brains.de
Thu Jan 4 10:58:02 UTC 2018


From: Chris Johns <chrisj at rtems.org>

Update #3254.
---
 c/src/lib/libbsp/powerpc/mvme3100/i2c/mpc8540_i2c.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
2.12.3




More information about the devel mailing list