diff options
author | Jörn Engel <joern@logfs.org> | 2010-04-27 09:40:52 +0200 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2010-04-27 09:50:58 +0200 |
commit | a33eb6b91034c95b9b08576f68be170f995b2c7d (patch) | |
tree | b7981861cdd4c9bb074de707a0bc78e1cf894cde /drivers/mtd/Makefile | |
parent | e6d086d83cf7f102d48c006f58172a69ec0c15a4 (diff) | |
download | linux-a33eb6b91034c95b9b08576f68be170f995b2c7d.tar.bz2 |
Move mtd_bdi_*mappable to mtdcore.c
Removes one .h and one .c file that are never used outside of
mtdcore.c.
Signed-off-by: Joern Engel <joern@logfs.org>
Edited to remove on leftover debug define.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'drivers/mtd/Makefile')
-rw-r--r-- | drivers/mtd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/Makefile b/drivers/mtd/Makefile index 82d1e4de475b..4521b1ecce45 100644 --- a/drivers/mtd/Makefile +++ b/drivers/mtd/Makefile @@ -4,7 +4,7 @@ # Core functionality. obj-$(CONFIG_MTD) += mtd.o -mtd-y := mtdcore.o mtdsuper.o mtdbdi.o +mtd-y := mtdcore.o mtdsuper.o mtd-$(CONFIG_MTD_PARTITIONS) += mtdpart.o obj-$(CONFIG_MTD_CONCAT) += mtdconcat.o |