[PATCH 1/4] drivers/tty: make serial/sn_console.c driver explicitly non-modular

2015-07-21 Thread Paul Gortmaker
The Kconfig for this option is currently: config SERIAL_SGI_L1_CONSOLE bool "SGI Altix L1 serial console support" ...meaning that it currently is not being built as a module by anyone. Lets remove the orphaned module code, so that when reading the driver there is no doubt it is builtin-only.

[PATCH 1/4] drivers/tty: make serial/sn_console.c driver explicitly non-modular

2015-07-21 Thread Paul Gortmaker
The Kconfig for this option is currently: config SERIAL_SGI_L1_CONSOLE bool SGI Altix L1 serial console support ...meaning that it currently is not being built as a module by anyone. Lets remove the orphaned module code, so that when reading the driver there is no doubt it is builtin-only.