Re: [PATCH -next] connector: make cn_proc explicitly non-modular

2016-07-05 Thread David Miller
From: Paul Gortmaker Date: Mon, 4 Jul 2016 17:50:58 -0400 > The Kconfig controlling build of this code is currently: > > drivers/connector/Kconfig:config PROC_EVENTS > drivers/connector/Kconfig: bool "Report process events to userspace" > > ...meaning that it

[PATCH -next] connector: make cn_proc explicitly non-modular

2016-07-04 Thread Paul Gortmaker
The Kconfig controlling build of this code is currently: drivers/connector/Kconfig:config PROC_EVENTS drivers/connector/Kconfig: bool "Report process events to userspace" ...meaning that it currently is not being built as a module by anyone. Lets remove the two modular references, so that