9
0
Fork 0
barebox/drivers/of
Alexander Shiyan 409df4db89 drivers/of/base.c: Fix sparse warnings
drivers/of/base.c:70:20: warning: symbol 'root_node' was not declared. Should it be static?
drivers/of/base.c:72:20: warning: symbol 'of_aliases' was not declared. Should it be static?
drivers/of/base.c:1724:20: warning: symbol 'of_chosen' was not declared. Should it be static?
drivers/of/base.c:1725:12: warning: symbol 'of_model' was not declared. Should it be static?

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2014-02-17 08:21:23 +01:00
..
Kconfig of: gpio: Fix Kconfig variables to depend on 2013-12-12 09:13:20 +01:00
Makefile of: gpio: Add Kconfig variable to depend on 2013-11-25 09:01:33 +01:00
address.c OF: convert of_translate_address to new API 2013-07-05 08:26:57 +02:00
barebox.c environment: Use accessor functions for default environment path 2014-01-27 09:27:02 +01:00
base.c drivers/of/base.c: Fix sparse warnings 2014-02-17 08:21:23 +01:00
fdt.c of: fdt: reorder fdt_header initialization 2013-11-08 15:42:55 +01:00
mem_generic.c of: separate out "generic" memory bank adding 2013-05-13 21:17:10 +02:00
of_gpio.c gpio: reduce noise when parsing DT 2013-12-04 14:59:39 +01:00
of_mtd.c of: add mtd of helpers 2013-07-16 08:46:30 +02:00
of_net.c OF: base: sync of_find_property with linux OF API 2013-06-20 17:18:01 +02:00
of_path.c Add configurability via devicetree 2013-07-18 13:54:38 +02:00
partition.c of: partition: Check for valid partition name 2013-09-23 08:40:31 +02:00
platform.c of: platform: Fix possible crash 2014-01-10 08:38:36 +01:00