diff options
author | Vasant Hegde <hegdevasant@linux.vnet.ibm.com> | 2015-07-01 14:42:27 +0530 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-07-02 13:31:14 +1000 |
commit | 3dc46811412d5eda6cfa98f2d098f058d2983611 (patch) | |
tree | 512ea110c2605c73388e4c808274861c7bca9329 | |
parent | 7f638cdb63f0d7114ac6d8f8c88b3d41b3082581 (diff) | |
download | skiboot-3dc46811412d5eda6cfa98f2d098f058d2983611.zip skiboot-3dc46811412d5eda6cfa98f2d098f058d2983611.tar.gz skiboot-3dc46811412d5eda6cfa98f2d098f058d2983611.tar.bz2 |
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>
-rw-r--r-- | core/flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |