Files
android_kernel_xiaomi_sm8450/arch/s390/kernel
Paul Gortmaker 8ba8b05f57 s390: kernel: make lgr 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 infrastructure use, 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.

We replace module.h with init.h and export.h since the file does
export some symbols.

Cc: linux-s390@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2016-10-31 17:55:42 +01:00
..
2012-05-16 14:42:41 +02:00
2015-06-25 09:39:26 +02:00
2011-01-05 12:47:31 +01:00
2016-10-28 10:09:02 +02:00
2016-08-07 23:47:20 -04:00
2016-08-29 11:05:01 +02:00
2016-03-08 10:38:06 +01:00
2015-03-25 11:49:33 +01:00
2016-06-13 15:58:24 +02:00
2016-08-07 23:47:20 -04:00
2015-03-25 11:49:33 +01:00
2016-07-18 10:17:23 +02:00
2015-03-25 11:49:33 +01:00
2016-02-11 13:05:56 +01:00
2016-05-10 13:24:51 +02:00