rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOOD
Have this symbol follow the pattern of all other such symbols. This patch also removes a TODO from the code. Reviewed-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
#if defined(CONFIG_ARCH_ORION5X)
|
||||
#include <asm/arch/orion5x.h>
|
||||
#elif defined(CONFIG_KIRKWOOD)
|
||||
#elif defined(CONFIG_ARCH_KIRKWOOD)
|
||||
#include <asm/arch/soc.h>
|
||||
#elif defined(CONFIG_ARCH_MVEBU)
|
||||
#include <linux/mbus.h>
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
#include <linux/mbus.h>
|
||||
|
||||
#include <asm/arch/soc.h>
|
||||
#if defined(CONFIG_KIRKWOOD)
|
||||
#if defined(CONFIG_ARCH_KIRKWOOD)
|
||||
#define SATAHC_BASE KW_SATA_BASE
|
||||
#else
|
||||
#define SATAHC_BASE MVEBU_AXP_SATA_BASE
|
||||
|
||||
Reference in New Issue
Block a user