[Skiboot] [PATCH v2] flash: Add ecc.h full path

Vasant Hegde hegdevasant at linux.vnet.ibm.com
Wed Jul 1 19:12:27 AEST 2015


...to make it consistent with rest of the includes from libflash.

Suggested-by: Jeremy Kerr <jk at ozlabs.org>
Signed-off-by: Vasant Hegde <hegdevasant at linux.vnet.ibm.com>
---
 core/flash.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/flash.c b/core/flash.c
index f2c70e7..746db6f 100644
--- a/core/flash.c
+++ b/core/flash.c
@@ -23,7 +23,7 @@
 #include <libflash/libflash.h>
 #include <libflash/libffs.h>
 #include <libflash/blocklevel.h>
-#include <ecc.h>
+#include <libflash/ecc.h>
 
 struct flash {
 	bool			registered;
-- 
2.1.0



More information about the Skiboot mailing list