summaryrefslogtreecommitdiffstats
path: root/drivers/uwb
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2016-06-21 00:55:03 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-06-25 23:00:06 +0200
commitca16c5a300c33fd9d0cda48ef08166f32b35a56d (patch)
tree52dd32f88e827c1d011c82df632bd571c536c3d6 /drivers/uwb
parentserial: 8250_uniphier: add COMPILE_TEST option (diff)
downloadlinux-ca16c5a300c33fd9d0cda48ef08166f32b35a56d.tar.xz
linux-ca16c5a300c33fd9d0cda48ef08166f32b35a56d.zip
serial: pxa: make it explicitly non-modular
The Kconfig currently controlling compilation of this code is: drivers/tty/serial/Kconfig:config SERIAL_PXA drivers/tty/serial/Kconfig: bool "PXA serial port support" ...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. We explicitly disallow a driver unbind, since that doesn't have a sensible use case anyway, and it allows us to drop the ".remove" code for non-modular drivers. Since module_init translates to device_initcall in the non-modular case, the init ordering remains unchanged with this commit. Also note that MODULE_DEVICE_TABLE and MODULE_ALIAS are both a no-op for non-modular builds. We also delete the MODULE_LICENSE tag since that information is already contained at the top of the file in the comments. Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Jiri Slaby <jslaby@suse.com> Cc: linux-serial@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/uwb')
0 files changed, 0 insertions, 0 deletions