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
Kconfig -rw-r--r-- 2.2 KB
Makefile -rw-r--r-- 433 bytes
team.c -rw-r--r-- 70.6 KB
team_mode_activebackup.c -rw-r--r-- 3.6 KB
team_mode_broadcast.c -rw-r--r-- 1.8 KB
team_mode_loadbalance.c -rw-r--r-- 17.9 KB
team_mode_random.c -rw-r--r-- 1.7 KB
team_mode_roundrobin.c -rw-r--r-- 1.9 KB

back to top