]> git.baikalelectronics.ru Git - kernel.git/commit
s390: char: make slp_ctl explicitly non-modular
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sat, 29 Oct 2016 20:38:43 +0000 (16:38 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Nov 2016 15:55:46 +0000 (16:55 +0100)
commit9de706e9e0cfa4927b264c6d2e3434e7221075bc
treedf6d68171a0668148a14afb682907f9421354f6d
parent0273a35f0c904f4d58bbc782e2073ee4f67ecc50
s390: char: make slp_ctl explicitly non-modular

The Makefile currently controlling compilation of this code is obj-y,
meaning that it currently is not being built as a module by anyone.

Lets remove the couple traces of modular usage, so that when reading
the driver there is no doubt it is builtin-only.

Since module_misc_device translates to device_initcall in the non-modular
case, the init ordering remains unchanged with this commit.

Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Cc: linux-s390@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Acked-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/s390/char/sclp_ctl.c