diff options
author | Mathias Krause <minipli@googlemail.com> | 2015-03-26 00:16:24 +0300 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2015-05-09 08:36:55 +0300 |
commit | 4d2b6e4a9ebc2907e4a64fa240d8b67c7051e997 (patch) | |
tree | 257e0494b2244fcf25a30ee807a497c95a55d937 /tools/hv | |
parent | ce1d94919de3ffc1769b327792ea0189db6e7551 (diff) | |
download | linux-4d2b6e4a9ebc2907e4a64fa240d8b67c7051e997.tar.xz |
thermal/intel_powerclamp: add __init / __exit annotations
Mark the module init / exit functions with __init / __exit accodingly.
This allows making the intel_powerclamp_ids[] array __initconst, too, as
it only gets referenced from powerclamp_probe(). This is safe as
file2alias doesn't care about the section, but the symbol name for the
MODULE_DEVICE_TABLE alias.
Cc: Arjan van de Ven <arjan@linux.intel.com>
Cc: Jacob Pan <jacob.jun.pan@linux.intel.com>
Signed-off-by: Mathias Krause <minipli@googlemail.com>
Acked-by: Jacob Pan <jacob.jun.pan@linux.intel.com>
Acked-by: Jacob Pan <jacob.jun.pan@linux.intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'tools/hv')
0 files changed, 0 insertions, 0 deletions