diff options
author | Mathias Krause <[email protected]> | 2015-03-25 22:16:24 +0100 |
---|---|---|
committer | Zhang Rui <[email protected]> | 2015-05-09 13:36:55 +0800 |
commit | 4d2b6e4a9ebc2907e4a64fa240d8b67c7051e997 (patch) | |
tree | 257e0494b2244fcf25a30ee807a497c95a55d937 /fs/jbd/commit.c | |
parent | ce1d94919de3ffc1769b327792ea0189db6e7551 (diff) |
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 <[email protected]>
Cc: Jacob Pan <[email protected]>
Signed-off-by: Mathias Krause <[email protected]>
Acked-by: Jacob Pan <[email protected]>
Acked-by: Jacob Pan <[email protected]>
Signed-off-by: Zhang Rui <[email protected]>
Diffstat (limited to 'fs/jbd/commit.c')
0 files changed, 0 insertions, 0 deletions