aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/virtio
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2017-02-09 09:48:10 -0500
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2017-02-20 12:37:37 +0100
commit50a0d46c98b72cde3c6945f066c0adf31e4e8590 (patch)
treea173f50694a4bf4d71f5440bb8fa504e78f382ab /drivers/s390/virtio
parents390/zcrypt: Removed unneeded debug feature directory creation. (diff)
downloadlinux-dev-50a0d46c98b72cde3c6945f066c0adf31e4e8590.tar.xz
linux-dev-50a0d46c98b72cde3c6945f066c0adf31e4e8590.zip
s390/zcrypt: make ap_bus explicitly non-modular
The Makefile in drivers/s390 has: obj-y += cio/ block/ char/ crypto/ net/ scsi/ virtio/ and the Makefile in crypto/ has: ap-objs := ap_bus.o ap_card.o ap_queue.o meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essentially orphaned, 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-module builds. We also delete the MODULE_LICENSE tag etc. since all that information is already contained at the top of the file in the comments. We replace module.h with moduleparam.h since the file does declare some module parameters even though it is not modular itself. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Harald Freudenberger <freude@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/s390/virtio')
0 files changed, 0 insertions, 0 deletions