Skip to content
Snippets Groups Projects
Commit 5c740711 authored by Jon Loeliger's avatar Jon Loeliger
Browse files

8610: Move include of config.h earlier.

Include config.h earlier in the set of #includes
so as to avoid a incidental and duplicate definition
of CFG_CACHELINE_SIZE.

Signed-off-by: Jon Loeliger
parent 61d3421b
No related branches found
No related tags found
No related merge requests found
...@@ -9,11 +9,11 @@ ...@@ -9,11 +9,11 @@
* Version 2 as published by the Free Software Foundation. * Version 2 as published by the Free Software Foundation.
*/ */
#include <config.h>
#include <ppc_asm.tmpl> #include <ppc_asm.tmpl>
#include <ppc_defs.h> #include <ppc_defs.h>
#include <asm/cache.h> #include <asm/cache.h>
#include <asm/mmu.h> #include <asm/mmu.h>
#include <config.h>
#include <mpc86xx.h> #include <mpc86xx.h>
#define LAWAR_TRGT_PCI1 0x00000000 #define LAWAR_TRGT_PCI1 0x00000000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment