From ae4a8104e3d913d75ad72b43ea112968c14bd5de Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Fri, 18 May 2012 13:09:20 +0300 Subject: [PATCH] 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 --- drivers/mtd/ubi/Makefile | 2 +- drivers/mtd/ubi/{scan.c => attach.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename drivers/mtd/ubi/{scan.c => attach.c} (100%) 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 -- 2.39.5