Re: [PATCH 1/2] appletalk: Fix compile regression

2019-03-06 Thread David Miller
From: Arnd Bergmann Date: Wed, 6 Mar 2019 11:52:36 +0100 > A bugfix just broke compilation of appletalk when CONFIG_SYSCTL > is disabled: > > In file included from net/appletalk/ddp.c:65: > net/appletalk/ddp.c: In function 'atalk_init': > include/linux/atalk.h:164:34: error: expected expression

[PATCH 1/2] appletalk: Fix compile regression

2019-03-06 Thread Arnd Bergmann
A bugfix just broke compilation of appletalk when CONFIG_SYSCTL is disabled: In file included from net/appletalk/ddp.c:65: net/appletalk/ddp.c: In function 'atalk_init': include/linux/atalk.h:164:34: error: expected expression before 'do' #define atalk_register_sysctl() do { } while(0)