diff options
author | Oliver Hartkopp <socketcan@hartkopp.net> | 2017-04-26 20:14:34 +0200 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2017-04-27 09:34:13 +0200 |
commit | c2701b370e6b4d0022043691b5ac7adad015e4fc (patch) | |
tree | 87dbde8a95f583461a3e73a33493aa735572fb2c /lib/gcd.c | |
parent | b1513c35317c106a1588f3ab32f6888f0e2afd71 (diff) | |
download | blackbird-obmc-linux-c2701b370e6b4d0022043691b5ac7adad015e4fc.tar.gz blackbird-obmc-linux-c2701b370e6b4d0022043691b5ac7adad015e4fc.zip |
can: fix CAN BCM build with CONFIG_PROC_FS disabled
The introduced namespace support moved the BCM variables for procfs into a
per-net data structure. This leads to a build failure with disabled procfs:
on x86_64:
when CONFIG_PROC_FS is not enabled:
../net/can/bcm.c:1541:14: error: 'struct netns_can' has no member named 'bcmproc_dir'
../net/can/bcm.c:1601:14: error: 'struct netns_can' has no member named 'bcmproc_dir'
../net/can/bcm.c:1696:11: error: 'struct netns_can' has no member named 'bcmproc_dir'
../net/can/bcm.c:1707:15: error: 'struct netns_can' has no member named 'bcmproc_dir'
http://marc.info/?l=linux-can&m=149321842526524&w=2
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'lib/gcd.c')
0 files changed, 0 insertions, 0 deletions