diff options
author | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-03-03 00:57:43 +0300 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-03-03 00:57:43 +0300 |
commit | 3383fb35c9b886e54d04796964cae2cd757a11d8 (patch) | |
tree | 2bc1037a5767fdd34b703d0d6a689709e8b1d4a8 /drivers/mtd/nand/raw/Makefile | |
parent | d8757f4c59c9fafe5a1ce75a237164f268904b18 (diff) | |
parent | 048a4663a2a4b1b784f1c284d30873901148f009 (diff) | |
download | linux-3383fb35c9b886e54d04796964cae2cd757a11d8.tar.xz |
Merge tag 'nand/pxa3xx-removal' of git://git.infradead.org/linux-mtd into nand/next
Remove the pxa3xx_nand driver (replaced by marvell_nand).
Diffstat (limited to 'drivers/mtd/nand/raw/Makefile')
-rw-r--r-- | drivers/mtd/nand/raw/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/nand/raw/Makefile b/drivers/mtd/nand/raw/Makefile index 4e0982476267..f16f59a197a3 100644 --- a/drivers/mtd/nand/raw/Makefile +++ b/drivers/mtd/nand/raw/Makefile @@ -28,7 +28,6 @@ omap2_nand-objs := omap2.o obj-$(CONFIG_MTD_NAND_OMAP2) += omap2_nand.o obj-$(CONFIG_MTD_NAND_OMAP_BCH_BUILD) += omap_elm.o obj-$(CONFIG_MTD_NAND_CM_X270) += cmx270_nand.o -obj-$(CONFIG_MTD_NAND_PXA3xx) += pxa3xx_nand.o obj-$(CONFIG_MTD_NAND_MARVELL) += marvell_nand.o obj-$(CONFIG_MTD_NAND_TMIO) += tmio_nand.o obj-$(CONFIG_MTD_NAND_PLATFORM) += plat_nand.o |