]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
thermal: convert clock cooling to use an IDA
authorMatthew Wilcox <mawilcox@microsoft.com>
Wed, 21 Dec 2016 17:47:04 +0000 (09:47 -0800)
committerZhang Rui <rui.zhang@intel.com>
Wed, 4 Jan 2017 04:47:28 +0000 (12:47 +0800)
commit7a6639dca61bf14e3aad8fd31d1f16ed0acf0a60
tree26148f2cc99d7d5400f2f6ce45744f7e2b27dae2
parentb31ef8285b19ec5563274c574fcfe7a5993125ce
thermal: convert clock cooling to use an IDA

thermal clock cooling does not use the ability to look up pointers by ID,
so convert it from using an IDR to the more space-efficient IDA.

Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/clock_cooling.c