diff options
author | Jamie Iles <jamie@jamieiles.com> | 2011-05-23 05:22:52 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2011-05-24 21:20:59 -0400 |
commit | fee88c58c7ddf6f0f41b76a59253d55d321da41a (patch) | |
tree | 0b03e8e5bcb18bf767f8ed47cfcfa9a1b67e8fbc /arch/blackfin | |
parent | 78352282f3960fa2a60af363749c14b4c138bc63 (diff) |
mtd: bfin: convert to mtd_device_register()
Convert to mtd_device_register() and remove the CONFIG_MTD_PARTITIONS
preprocessor conditionals as partitioning is always available.
Cc: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Jamie Iles <jamie@jamieiles.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/mach-bf537/boards/stamp.c | 4 | ||||
-rw-r--r-- | arch/blackfin/mach-bf561/boards/acvilon.c | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c index 3fa335405b31..94ecf100f9ea 100644 --- a/arch/blackfin/mach-bf537/boards/stamp.c +++ b/arch/blackfin/mach-bf537/boards/stamp.c | |||
@@ -381,7 +381,6 @@ static struct platform_device net2272_bfin_device = { | |||
381 | #endif | 381 | #endif |
382 | 382 | ||
383 | #if defined(CONFIG_MTD_NAND_PLATFORM) || defined(CONFIG_MTD_NAND_PLATFORM_MODULE) | 383 | #if defined(CONFIG_MTD_NAND_PLATFORM) || defined(CONFIG_MTD_NAND_PLATFORM_MODULE) |
384 | #ifdef CONFIG_MTD_PARTITIONS | ||
385 | const char *part_probes[] = { "cmdlinepart", "RedBoot", NULL }; | 384 | const char *part_probes[] = { "cmdlinepart", "RedBoot", NULL }; |
386 | 385 | ||
387 | static struct mtd_partition bfin_plat_nand_partitions[] = { | 386 | static struct mtd_partition bfin_plat_nand_partitions[] = { |
@@ -395,7 +394,6 @@ static struct mtd_partition bfin_plat_nand_partitions[] = { | |||
395 | .offset = MTDPART_OFS_APPEND, | 394 | .offset = MTDPART_OFS_APPEND, |
396 | }, | 395 | }, |
397 | }; | 396 | }; |
398 | #endif | ||
399 | 397 | ||
400 | #define BFIN_NAND_PLAT_CLE 2 | 398 | #define BFIN_NAND_PLAT_CLE 2 |
401 | #define BFIN_NAND_PLAT_ALE 1 | 399 | #define BFIN_NAND_PLAT_ALE 1 |
@@ -422,11 +420,9 @@ static struct platform_nand_data bfin_plat_nand_data = { | |||
422 | .chip = { | 420 | .chip = { |
423 | .nr_chips = 1, | 421 | .nr_chips = 1, |
424 | .chip_delay = 30, | 422 | .chip_delay = 30, |
425 | #ifdef CONFIG_MTD_PARTITIONS | ||
426 | .part_probe_types = part_probes, | 423 | .part_probe_types = part_probes, |
427 | .partitions = bfin_plat_nand_partitions, | 424 | .partitions = bfin_plat_nand_partitions, |
428 | .nr_partitions = ARRAY_SIZE(bfin_plat_nand_partitions), | 425 | .nr_partitions = ARRAY_SIZE(bfin_plat_nand_partitions), |
429 | #endif | ||
430 | }, | 426 | }, |
431 | .ctrl = { | 427 | .ctrl = { |
432 | .cmd_ctrl = bfin_plat_nand_cmd_ctrl, | 428 | .cmd_ctrl = bfin_plat_nand_cmd_ctrl, |
diff --git a/arch/blackfin/mach-bf561/boards/acvilon.c b/arch/blackfin/mach-bf561/boards/acvilon.c index 3926cd909b66..9231a942892b 100644 --- a/arch/blackfin/mach-bf561/boards/acvilon.c +++ b/arch/blackfin/mach-bf561/boards/acvilon.c | |||
@@ -243,7 +243,6 @@ static struct platform_device bfin_uart0_device = { | |||
243 | 243 | ||
244 | #if defined(CONFIG_MTD_NAND_PLATFORM) || defined(CONFIG_MTD_NAND_PLATFORM_MODULE) | 244 | #if defined(CONFIG_MTD_NAND_PLATFORM) || defined(CONFIG_MTD_NAND_PLATFORM_MODULE) |
245 | 245 | ||
246 | #ifdef CONFIG_MTD_PARTITIONS | ||
247 | const char *part_probes[] = { "cmdlinepart", NULL }; | 246 | const char *part_probes[] = { "cmdlinepart", NULL }; |
248 | 247 | ||
249 | static struct mtd_partition bfin_plat_nand_partitions[] = { | 248 | static struct mtd_partition bfin_plat_nand_partitions[] = { |
@@ -257,7 +256,6 @@ static struct mtd_partition bfin_plat_nand_partitions[] = { | |||
257 | .offset = MTDPART_OFS_APPEND, | 256 | .offset = MTDPART_OFS_APPEND, |
258 | }, | 257 | }, |
259 | }; | 258 | }; |
260 | #endif | ||
261 | 259 | ||
262 | #define BFIN_NAND_PLAT_CLE 2 | 260 | #define BFIN_NAND_PLAT_CLE 2 |
263 | #define BFIN_NAND_PLAT_ALE 3 | 261 | #define BFIN_NAND_PLAT_ALE 3 |
@@ -286,11 +284,9 @@ static struct platform_nand_data bfin_plat_nand_data = { | |||
286 | .chip = { | 284 | .chip = { |
287 | .nr_chips = 1, | 285 | .nr_chips = 1, |
288 | .chip_delay = 30, | 286 | .chip_delay = 30, |
289 | #ifdef CONFIG_MTD_PARTITIONS | ||
290 | .part_probe_types = part_probes, | 287 | .part_probe_types = part_probes, |
291 | .partitions = bfin_plat_nand_partitions, | 288 | .partitions = bfin_plat_nand_partitions, |
292 | .nr_partitions = ARRAY_SIZE(bfin_plat_nand_partitions), | 289 | .nr_partitions = ARRAY_SIZE(bfin_plat_nand_partitions), |
293 | #endif | ||
294 | }, | 290 | }, |
295 | .ctrl = { | 291 | .ctrl = { |
296 | .cmd_ctrl = bfin_plat_nand_cmd_ctrl, | 292 | .cmd_ctrl = bfin_plat_nand_cmd_ctrl, |