[PATCH 14/19] bsps/powerpc: Use public include path

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


From: Chris Johns <chrisj at rtems.org>

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 4b0bbef3e7..f56c44e6f0 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
-- 
2.12.3



More information about the devel mailing list