From: Artem Bityutskiy Date: Fri, 18 May 2012 10:09:20 +0000 (+0300) Subject: UBI: rename scan.c to attach.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ae4a8104e3d913d75ad72b43ea112968c14bd5de;p=linux-beck.git UBI: rename scan.c to attach.c Finally, rename the scan.c file. Now adding fastmap support won't look that hacky anymore. Signed-off-by: Artem Bityutskiy --- diff --git a/drivers/mtd/ubi/Makefile b/drivers/mtd/ubi/Makefile index da71655e42db..a0803ac74712 100644 --- a/drivers/mtd/ubi/Makefile +++ b/drivers/mtd/ubi/Makefile @@ -1,6 +1,6 @@ obj-$(CONFIG_MTD_UBI) += ubi.o -ubi-y += vtbl.o vmt.o upd.o build.o cdev.o kapi.o eba.o io.o wl.o scan.o +ubi-y += vtbl.o vmt.o upd.o build.o cdev.o kapi.o eba.o io.o wl.o attach.o ubi-y += misc.o debug.o obj-$(CONFIG_MTD_UBI_GLUEBI) += gluebi.o diff --git a/drivers/mtd/ubi/scan.c b/drivers/mtd/ubi/attach.c similarity index 100% rename from drivers/mtd/ubi/scan.c rename to drivers/mtd/ubi/attach.c