thermal/intel_powerclamp: add __init / __exit annotations
authorMathias Krause <minipli@googlemail.com>
Wed, 25 Mar 2015 21:16:24 +0000 (22:16 +0100)
committerZhang Rui <rui.zhang@intel.com>
Sat, 9 May 2015 05:36:55 +0000 (13:36 +0800)
commit4d2b6e4a9ebc2907e4a64fa240d8b67c7051e997
tree257e0494b2244fcf25a30ee807a497c95a55d937
parentce1d94919de3ffc1769b327792ea0189db6e7551
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>
drivers/thermal/intel_powerclamp.c
This page took 0.026162 seconds and 5 git commands to generate.