aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-bit.c
diff options
context:
space:
mode:
authorPaul Gortmaker <[email protected]>2016-07-04 11:01:56 -0400
committerAndy Gross <[email protected]>2016-08-23 15:46:32 -0500
commitdea8524218099ff73ffd1ebd08d97ce6a45b7e0e (patch)
treedac355eb97c26aa4fbe6551251491e5c66ecdc81 /lib/mpi/mpi-bit.c
parent951a5af92276f5b2f1b8834bd5eef96d8788f66b (diff)
firmware: qcom_scm: make it explicitly non-modular
The Kconfig currently controlling compilation of this code is: drivers/firmware/Kconfig:config QCOM_SCM drivers/firmware/Kconfig: bool ...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 was not in use by this code, the init ordering remains unchanged with this commit. Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code. 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. Cc: Andy Gross <[email protected]> Cc: David Brown <[email protected]> Cc: [email protected] Cc: [email protected] Signed-off-by: Paul Gortmaker <[email protected]> Signed-off-by: Andy Gross <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-bit.c')
0 files changed, 0 insertions, 0 deletions