From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S638279AbdDZOxf (ORCPT ); Wed, 26 Apr 2017 10:53:35 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:38962 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1955843AbdDZOx1 (ORCPT ); Wed, 26 Apr 2017 10:53:27 -0400 Subject: Re: linux-next: Tree for Apr 26 (net/can/bcm.c) To: Stephen Rothwell , Linux-Next Mailing List References: <20170426180321.3c8c16a2@canb.auug.org.au> Cc: Linux Kernel Mailing List , "netdev@vger.kernel.org" , linux-can@vger.kernel.org From: Randy Dunlap Message-ID: <05bd24d8-6840-3551-a529-c464f3b26d0a@infradead.org> Date: Wed, 26 Apr 2017 07:53:24 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170426180321.3c8c16a2@canb.auug.org.au> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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