summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorVasant Hegde <hegdevasant@linux.vnet.ibm.com>2015-07-01 14:42:27 +0530
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-07-02 13:31:14 +1000
commit3dc46811412d5eda6cfa98f2d098f058d2983611 (patch)
tree512ea110c2605c73388e4c808274861c7bca9329 /core
parent7f638cdb63f0d7114ac6d8f8c88b3d41b3082581 (diff)
downloadtalos-skiboot-3dc46811412d5eda6cfa98f2d098f058d2983611.tar.gz
talos-skiboot-3dc46811412d5eda6cfa98f2d098f058d2983611.zip
flash: Add ecc.h full path
...to make it consistent with rest of the includes from libflash. Suggested-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'core')
-rw-r--r--core/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/flash.c b/core/flash.c
index f2c70e78..746db6f8 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;
OpenPOWER on IntegriCloud