diff options
author | Arnd Bergmann <[email protected]> | 2016-06-20 17:51:52 +0200 |
---|---|---|
committer | Marc Kleine-Budde <[email protected]> | 2016-06-23 11:23:49 +0200 |
commit | 2781ff5c8fc7722e97503f96686bf6d7093069a9 (patch) | |
tree | 8ed27b0a850a173cbfd1cab3227ee0c271ec48f0 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | b95e5928fcc76d156352570858abdea7b2628efd (diff) |
can: only call can_stat_update with procfs
The change to leave out procfs support in CAN when CONFIG_PROC_FS
is not set was incomplete and leads to a build error:
net/built-in.o: In function `can_init':
:(.init.text+0x9858): undefined reference to `can_stat_update'
ERROR: "can_stat_update" [net/can/can.ko] undefined!
This tries a better approach, encapsulating all of the calls
within IS_ENABLED(), so we also leave out the timer function
from the object file.
Signed-off-by: Arnd Bergmann <[email protected]>
Fixes: a20fadf85312 ("can: build proc support only if CONFIG_PROC_FS is activated")
Signed-off-by: Marc Kleine-Budde <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions