[rtems commit] bsps/powerpc: Use public include path

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


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

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

bsps/powerpc: Use public include path

Update #3254.

---

 c/src/lib/libbsp/powerpc/shared/motorola/vpd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/c/src/lib/libbsp/powerpc/shared/motorola/vpd.c b/c/src/lib/libbsp/powerpc/shared/motorola/vpd.c
index 4b0bbef..f56c44e 100644
--- a/c/src/lib/libbsp/powerpc/shared/motorola/vpd.c
+++ b/c/src/lib/libbsp/powerpc/shared/motorola/vpd.c
@@ -58,7 +58,7 @@ field = type, length, { data }
 #include <sys/fcntl.h>
 #include <bsp.h>
 
-#include "vpd.h"
+#include <bsp/vpd.h>
 
 /* FIXME XXX: all of the early i2c reading stuff should
  * be moved elsewhere. This file should only deal with




More information about the vc mailing list