mvgbe.c (f15ea6e1d67782a1626d4a4922b6c20e380085e5) | mvgbe.c (3dc23f7852158fafde9eb736060f9e8131997f19) |
---|---|
1/* 2 * (C) Copyright 2009 3 * Marvell Semiconductor <www.marvell.com> 4 * Written-by: Prafulla Wadaskar <prafulla@marvell.com> 5 * 6 * (C) Copyright 2003 7 * Ingo Assmus <ingo.assmus@keymile.com> 8 * --- 10 unchanged lines hidden (view full) --- 19#include <asm/io.h> 20#include <asm/errno.h> 21#include <asm/types.h> 22#include <asm/system.h> 23#include <asm/byteorder.h> 24#include <asm/arch/cpu.h> 25 26#if defined(CONFIG_KIRKWOOD) | 1/* 2 * (C) Copyright 2009 3 * Marvell Semiconductor <www.marvell.com> 4 * Written-by: Prafulla Wadaskar <prafulla@marvell.com> 5 * 6 * (C) Copyright 2003 7 * Ingo Assmus <ingo.assmus@keymile.com> 8 * --- 10 unchanged lines hidden (view full) --- 19#include <asm/io.h> 20#include <asm/errno.h> 21#include <asm/types.h> 22#include <asm/system.h> 23#include <asm/byteorder.h> 24#include <asm/arch/cpu.h> 25 26#if defined(CONFIG_KIRKWOOD) |
27#include <asm/arch/kirkwood.h> | 27#include <asm/arch/soc.h> |
28#elif defined(CONFIG_ORION5X) 29#include <asm/arch/orion5x.h> 30#elif defined(CONFIG_DOVE) 31#include <asm/arch/dove.h> 32#endif 33 34#include "mvgbe.h" 35 --- 753 unchanged lines hidden --- | 28#elif defined(CONFIG_ORION5X) 29#include <asm/arch/orion5x.h> 30#elif defined(CONFIG_DOVE) 31#include <asm/arch/dove.h> 32#endif 33 34#include "mvgbe.h" 35 --- 753 unchanged lines hidden --- |