MIPS: BCM47xx: Make serial explicitly non-modular
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 15 Aug 2016 20:30:52 +0000 (16:30 -0400)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 16 Aug 2016 16:36:21 +0000 (18:36 +0200)
commit6da7b415c014254240826babc8e9bfd98d5db67d
treeea4bc42ca6912b1321a8d9cb19e0c874b048a0f7
parentacc1178938e33b70e17f634913a4ed1d8c2415cd
MIPS: BCM47xx: Make serial explicitly non-modular

The Makefile entry 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 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.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: Hauke Mehrtens <hauke@hauke-m.de>
Cc: "Rafał Miłecki" <zajec5@gmail.com>
Cc: Aurelien Jarno <aurelien@aurel32.net>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/13933/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/bcm47xx/serial.c
This page took 0.033931 seconds and 5 git commands to generate.