diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2016-07-04 23:50:58 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-07-05 20:40:47 +0200 |
commit | 8297f2d9ef6c2c31c87807f2f110ddfd0c379443 (patch) | |
tree | 888ae559453d203f33fd66681cecd91005a83bc1 /drivers/net/vrf.c | |
parent | net: hns: fix return value check in hns_dsaf_get_cfg() (diff) | |
download | linux-8297f2d9ef6c2c31c87807f2f110ddfd0c379443.tar.xz linux-8297f2d9ef6c2c31c87807f2f110ddfd0c379443.zip |
connector: make cn_proc explicitly non-modular
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 when reading the driver
there is no doubt it is builtin-only.
Since module_init translates to device_initcall in the non-modular
case, the init ordering remains unchanged with this commit.
Cc: Evgeniy Polyakov <zbr@ioremap.net>
Cc: netdev@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/vrf.c')
0 files changed, 0 insertions, 0 deletions