kernel-hacking-2024-linux-s.../drivers/mtd/ubi
Artem Bityutskiy 9e0c7ef3f6 UBI: mark few variables as __initdata
The @mtd_devs and @mtd_dev_param variables are used only during the
initialization, and all functions that use the variables have
the __init prefix. This means we can safely mark the variables
as __initdata, which is a tiny optimization.

Impact: tiny RAM consumption optimization when UBI is used as a kernel
        module.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
2010-02-01 15:16:36 +02:00
..
build.c UBI: mark few variables as __initdata 2010-02-01 15:16:36 +02:00
cdev.c UBI: fix volume creation input checking 2010-01-27 11:55:43 +02:00
debug.c
debug.h
eba.c
gluebi.c
io.c
kapi.c UBI: add more checks to chdev open 2010-01-12 13:19:15 +02:00
Kconfig Kconfig: Remove useless and sometimes wrong comments 2009-11-09 09:40:56 +01:00
Kconfig.debug
Makefile
misc.c
scan.c UBI: fix backward compatibility 2009-10-20 10:13:04 +03:00
scan.h UBI: fix backward compatibility 2009-10-20 10:13:04 +03:00
ubi-media.h
ubi.h Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2009-09-22 07:51:45 -07:00
upd.c UBI: fix memory leak in update path 2010-01-18 18:53:56 +02:00
vmt.c
vtbl.c UBI: initialise update marker 2010-01-12 13:19:08 +02:00
wl.c