-
由 Arnd Bergmann 提交于
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: NArnd Bergmann <arnd@arndb.de> Fixes: a20fadf8 ("can: build proc support only if CONFIG_PROC_FS is activated") Signed-off-by: NMarc Kleine-Budde <mkl@pengutronix.de>
2781ff5c