aboutsummaryrefslogtreecommitdiff
path: root/libflash/ecc.c
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2015-02-24 08:58:50 +0800
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-02-26 16:29:04 +1100
commit7c4cea4a1690489233a14c2df01ddcc8f8e9ff8b (patch)
treefd0493a660d3eb32c745190a75e86541a471edaa /libflash/ecc.c
parent46bc7ec7d4857f50908dd1daf914766057b86d7c (diff)
downloadskiboot-7c4cea4a1690489233a14c2df01ddcc8f8e9ff8b.zip
skiboot-7c4cea4a1690489233a14c2df01ddcc8f8e9ff8b.tar.gz
skiboot-7c4cea4a1690489233a14c2df01ddcc8f8e9ff8b.tar.bz2
libflash: move ecc.h into libflash/
The ecc.h header is used by libflash, so should sit in libflash, to allow non-skiboot tools to access it. This change is a simple move of the header file - no changes are made to the header itself. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Reviewed-By: Joel Stanley <joel@jms.id.au> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'libflash/ecc.c')
-rw-r--r--libflash/ecc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libflash/ecc.c b/libflash/ecc.c
index b794e6a..cf0393c 100644
--- a/libflash/ecc.c
+++ b/libflash/ecc.c
@@ -17,9 +17,9 @@
/* This is based on the hostboot ecc code */
#include <stdint.h>
-#include <ecc.h>
#include "libflash.h"
+#include "ecc.h"
/*
* Matrix used for ECC calculation.