[PATCH 1/6] UBI: Move fastmap specific functions out of wl.c

2014-11-30 Thread Richard Weinberger
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 --- drivers/mtd/ubi/fastmap-wl.c | 361 +++

[PATCH 1/6] UBI: Move fastmap specific functions out of wl.c

2014-11-30 Thread Richard Weinberger
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 rich...@nod.at --- drivers/mtd/ubi/fastmap-wl.c | 361