Revision 0e3edd94448001a33ed7f8af2179cd4a280348a2 authored by YueHaibing on 19 March 2019, 15:20:42 UTC, committed by Rafael J. Wysocki on 19 March 2019, 15:37:56 UTC
Fix sparse warning:

drivers/base/swnode.c:475:22: warning: symbol 'software_node_get_parent' was not declared. Should it be static?
drivers/base/swnode.c:484:22: warning: symbol 'software_node_get_next_child' was not declared. Should it be static?

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 9e98c67
History
File Mode Size
algos
busses
muxes
Kconfig -rw-r--r-- 4.4 KB
Makefile -rw-r--r-- 623 bytes
i2c-boardinfo.c -rw-r--r-- 3.4 KB
i2c-core-acpi.c -rw-r--r-- 17.1 KB
i2c-core-base.c -rw-r--r-- 62.7 KB
i2c-core-of.c -rw-r--r-- 6.7 KB
i2c-core-slave.c -rw-r--r-- 3.0 KB
i2c-core-smbus.c -rw-r--r-- 19.8 KB
i2c-core.h -rw-r--r-- 2.1 KB
i2c-dev.c -rw-r--r-- 19.8 KB
i2c-mux.c -rw-r--r-- 12.3 KB
i2c-slave-eeprom.c -rw-r--r-- 4.5 KB
i2c-smbus.c -rw-r--r-- 5.5 KB
i2c-stub.c -rw-r--r-- 10.3 KB

back to top