[MTD] [NAND] davinci: drop usage of cpu_is_* macro
Usage of davinci-specific cpu_is macros is not allowed in drivers. These options should be passed in through platform_data. Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com> Cc: David Brownell <david-b@pacbell.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This commit is contained in:
Родитель
374555aeb6
Коммит
d5e539ad7d
|
@ -33,7 +33,6 @@
|
||||||
#include <linux/mtd/nand.h>
|
#include <linux/mtd/nand.h>
|
||||||
#include <linux/mtd/partitions.h>
|
#include <linux/mtd/partitions.h>
|
||||||
|
|
||||||
#include <mach/cpu.h>
|
|
||||||
#include <mach/nand.h>
|
#include <mach/nand.h>
|
||||||
|
|
||||||
#include <asm/mach-types.h>
|
#include <asm/mach-types.h>
|
||||||
|
@ -392,8 +391,6 @@ static int __init nand_davinci_probe(struct platform_device *pdev)
|
||||||
/* use board-specific ECC config; else, the best available */
|
/* use board-specific ECC config; else, the best available */
|
||||||
if (pdata)
|
if (pdata)
|
||||||
ecc_mode = pdata->ecc_mode;
|
ecc_mode = pdata->ecc_mode;
|
||||||
else if (cpu_is_davinci_dm355())
|
|
||||||
ecc_mode = NAND_ECC_HW_SYNDROME;
|
|
||||||
else
|
else
|
||||||
ecc_mode = NAND_ECC_HW;
|
ecc_mode = NAND_ECC_HW;
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче