diff options
author | Huang Shijie <b32955@freescale.com> | 2012-02-13 22:22:04 -0500 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-03-26 19:35:31 -0400 |
commit | 492b8bde2c2badd3e5845f2e8de6fa9065438743 (patch) | |
tree | fde80e88a0e2f994722c559dbc74477add7c06ae /drivers | |
parent | 3410a711a52bdb5eac1395fc6734a3ef801f903b (diff) |
mtd: gpmi: fix compiler warning
The gpmi driver selects the MTD_CMDLINE_PARTS directly.
But we should not select a visible symbol.
Just remove the select.
Signed-off-by: Huang Shijie <b32955@freescale.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 59d4363e1671..0ea7084eabdc 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -440,7 +440,6 @@ config MTD_NAND_NANDSIM | |||
440 | config MTD_NAND_GPMI_NAND | 440 | config MTD_NAND_GPMI_NAND |
441 | bool "GPMI NAND Flash Controller driver" | 441 | bool "GPMI NAND Flash Controller driver" |
442 | depends on MTD_NAND && (SOC_IMX23 || SOC_IMX28) | 442 | depends on MTD_NAND && (SOC_IMX23 || SOC_IMX28) |
443 | select MTD_CMDLINE_PARTS | ||
444 | help | 443 | help |
445 | Enables NAND Flash support for IMX23 or IMX28. | 444 | Enables NAND Flash support for IMX23 or IMX28. |
446 | The GPMI controller is very powerful, with the help of BCH | 445 | The GPMI controller is very powerful, with the help of BCH |