]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
UBI: Move fastmap specific functions out of wl.c
authorRichard Weinberger <richard@nod.at>
Mon, 10 Nov 2014 17:21:51 +0000 (18:21 +0100)
committerRichard Weinberger <richard@nod.at>
Thu, 26 Mar 2015 21:47:28 +0000 (22:47 +0100)
commit78d6d497a648cc04ae26b27af1e01ce3e41a9c72
tree2edaa099bd72458ae3356c92e58c59cb31049d0b
parent479c2c0cac0c1d23655df15cf039b4f8e3623d23
UBI: Move fastmap specific functions out of wl.c

Fastmap is tightly connected to the WL sub-system, many fastmap-specific
functionslive in wl.c.
To get rid of most #ifdefs in wl.c move this functions into a new file
and include it into wl.c

Signed-off-by: Richard Weinberger <richard@nod.at>
drivers/mtd/ubi/fastmap-wl.c [new file with mode: 0644]
drivers/mtd/ubi/wl.c
drivers/mtd/ubi/wl.h [new file with mode: 0644]