Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1631509
| From | Randy Dunlap <rdunlap@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: linux-next: Tree for Apr 26 (net/can/bcm.c) |
| Date | 2017-04-26 17:00 +0200 |
| Message-ID | <tAwAa-3Ev-27@gated-at.bofh.it> (permalink) |
| References | <tAql4-84y-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 04/26/17 01:03, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20170424:
>
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'
2 of those are "protected" by
if (IS_ENABLED(CONFIG_PROC_FS)) {
but that doesn't seem to help/work here.
gcc v4.8.5
--
~Randy
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
linux-next: Tree for Apr 26 Stephen Rothwell <sfr@canb.auug.org.au> - 2017-04-26 10:20 +0200
Re: linux-next: Tree for Apr 26 (net/can/bcm.c) Randy Dunlap <rdunlap@infradead.org> - 2017-04-26 17:00 +0200
Re: linux-next: Tree for Apr 26 (net/can/bcm.c) Oliver Hartkopp <socketcan@hartkopp.net> - 2017-04-26 20:30 +0200
csiph-web