diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2016-12-22 14:16:12 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-01-05 15:27:43 +1100 |
commit | c82f2e4638727e197b2d88dcdc94f0a23324d918 (patch) | |
tree | 028d1e7b4d2cfbfd11b391a4dc4dea199826dc60 /libpore | |
parent | b2f2d96acca8c0210bdeadbf87532be990a80a4f (diff) | |
download | skiboot-c82f2e4638727e197b2d88dcdc94f0a23324d918.zip skiboot-c82f2e4638727e197b2d88dcdc94f0a23324d918.tar.gz skiboot-c82f2e4638727e197b2d88dcdc94f0a23324d918.tar.bz2 |
stdio: Fix default definition of pr_fmt
And change include order in libpore to avoid a compile failure
due to the default definition
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'libpore')
-rw-r--r-- | libpore/p8_pore_table_gen_api_fixed.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpore/p8_pore_table_gen_api_fixed.C b/libpore/p8_pore_table_gen_api_fixed.C index 3163bc9..b609b0d 100644 --- a/libpore/p8_pore_table_gen_api_fixed.C +++ b/libpore/p8_pore_table_gen_api_fixed.C @@ -40,9 +40,9 @@ /*------------------------------------------------------------------------------*/ #define __P8_PORE_TABLE_GEN_API_C +#include <p8_delta_scan_rw.h> #include <p8_pore_api_custom.h> #include <p8_pore_table_gen_api.H> -#include <p8_delta_scan_rw.h> /* // io_image - pointer to SLW image |