aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/Context.c
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2014-05-27 17:27:34 +0100
committerMark Brown <[email protected]>2014-05-27 20:52:42 +0100
commit7b22b9a5aba1eeda05d4b08c8b1c70c9ba385e82 (patch)
tree6e0d07a9eac1c0dd3dbab6341102b6d5ab377c47 /tools/perf/scripts/python/Perf-Trace-Util/Context.c
parent6f1c9c57b4e0783acca9c0fe53850f24d30785a3 (diff)
regulator: arizona-ldo1: add missing #include
commit 2cce4be9e6b8 "regulator: arizona-ldo1: Add processing of init_data from device tree" added a call to of_get_child_by_name() but did not add an #include to the header file declaring that function. I got a build error when doing randconfig testing on this, which is fixed by this patch to include of.h. drivers/regulator/arizona-ldo1.c:192:2: error: implicit declaration of function 'of_get_child_by_name' [-Werror=implicit-function-declaration] drivers/regulator/arizona-ldo1.c:193:2: error: implicit declaration of function 'of_parse_phandle' [-Werror=implicit-function-declaration] drivers/regulator/arizona-ldo1.c:213:2: error: implicit declaration of function 'of_node_put' [-Werror=implicit-function-declaration] Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Charles Keepax <[email protected]> Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/Context.c')
0 files changed, 0 insertions, 0 deletions