1
0
Fork 0
alistair23-linux/arch/s390/hypfs
Paul Gortmaker cee672e180 s390: hypfs: make inode explicitly non-modular
The Kconfig currently controlling compilation of this code is:

arch/s390/Kconfig:config S390_HYPFS_FS
arch/s390/Kconfig:      def_bool 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.

Also note that MODULE_ALIAS is a no-op for non-modular code.

We also delete the MODULE_LICENSE tag etc. since all that information
was (or is now) contained at the top of the file in the comments.

Build testing indicated the presence of module.h was masking an
implicit include of kobject.h, hence the addition of that.

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:40 +01:00
..
Makefile s390/hypfs: Add diagnose 0c support 2015-02-10 16:38:58 +01:00
hypfs.h s390/hypfs: Eliminate hypfs interval 2015-02-10 16:39:02 +01:00
hypfs_dbfs.c s390/hypfs: Eliminate hypfs interval 2015-02-10 16:39:02 +01:00
hypfs_diag.c s390/hypfs: Use get_free_page() instead of kmalloc to ensure page alignment 2016-10-28 10:08:58 +02:00
hypfs_diag0c.c s390/diag: add a statistic for diagnose calls 2015-10-14 14:32:06 +02:00
hypfs_sprp.c s390/diag: add a statistic for diagnose calls 2015-10-14 14:32:06 +02:00
hypfs_vm.c s390: avoid extable collisions 2016-06-13 15:58:26 +02:00
inode.c s390: hypfs: make inode explicitly non-modular 2016-10-31 17:55:40 +01:00