[rtems commit] bsp/mvme3100: Use public include path

Sebastian Huber sebh at rtems.org
Fri Jan 5 11:00:28 UTC 2018


Module:    rtems
Branch:    master
Commit:    731abf4afe693c8e359d8b1283811ee0987edc88
Changeset: http://git.rtems.org/rtems/commit/?id=731abf4afe693c8e359d8b1283811ee0987edc88

Author:    Chris Johns <chrisj at rtems.org>
Date:      Thu Jan  4 08:57:58 2018 +0100

bsp/mvme3100: Use public include path

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 5682091..b32b692 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
 



More information about the vc mailing list