kernel_optimize_test/drivers/mtd/ubi
Artem Bityutskiy 1807373324 UBI: make it possible to use struct ubi_device in debug.h
Current layout does not allow us to add inline functions to debug.h which use
the 'struct ubi_device' object, because it is undefined there. Move
'#include "debug.h"' in "ubi.h" down so to make 'struct ubi_device" be defined.
Additionally, this makes it possible to remove a bunch of forward declarations
in "debug.h". This is a preparation to the next patch.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
2011-06-01 11:21:52 +03:00
..
build.c UBI: use debugfs for the extra checks knobs 2011-06-01 11:21:47 +03:00
cdev.c UBI: fix minor stylistic issues 2011-04-14 11:34:41 +03:00
debug.c UBI: use debugfs for the extra checks knobs 2011-06-01 11:21:47 +03:00
debug.h UBI: make it possible to use struct ubi_device in debug.h 2011-06-01 11:21:52 +03:00
eba.c
gluebi.c mtd: convert remaining users to mtd_device_register() 2011-05-25 02:25:00 +01:00
io.c UBI: prepare debugging stuff to further debugfs conversion 2011-06-01 11:21:52 +03:00
kapi.c UBI: provide LEB offset information 2011-03-08 10:12:48 +02:00
Kconfig UBI: do not select KALLSYMS_ALL 2011-04-05 11:08:59 +03:00
Makefile
misc.c
scan.c UBI: use debugfs for the extra checks knobs 2011-06-01 11:21:47 +03:00
scan.h UBI: add slab cache for ubi_scan_leb objects 2011-02-06 19:19:23 +02:00
ubi-media.h UBI: use __packed instead of __attribute__((packed)) 2011-04-14 11:34:41 +03:00
ubi.h UBI: make it possible to use struct ubi_device in debug.h 2011-06-01 11:21:52 +03:00
upd.c
vmt.c UBI: use debugfs for the extra checks knobs 2011-06-01 11:21:47 +03:00
vtbl.c UBI: use debugfs for the extra checks knobs 2011-06-01 11:21:47 +03:00
wl.c UBI: prepare debugging stuff to further debugfs conversion 2011-06-01 11:21:52 +03:00