[PATCH 4/4] sh: make heartbeat driver explicitly non-modular

2016-04-22 Thread Paul Gortmaker
The Kconfig for this driver is currently: config HEARTBEAT bool "Heartbeat LED" ...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

[PATCH 4/4] sh: make heartbeat driver explicitly non-modular

2016-04-22 Thread Paul Gortmaker
The Kconfig for this driver is currently: config HEARTBEAT bool "Heartbeat LED" ...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