]> git.baikalelectronics.ru Git - kernel.git/commit
thermal/powerclamp: add back module device table
authorJacob Pan <jacob.jun.pan@linux.intel.com>
Mon, 14 Nov 2016 19:08:45 +0000 (11:08 -0800)
committerZhang Rui <rui.zhang@intel.com>
Mon, 21 Nov 2016 12:54:40 +0000 (20:54 +0800)
commita0355f74bb7d429523c388cb8d6704fb2692c37c
treeb1863f1f3e95f247fb83f2a7bb198952eeae1398
parent580eb9d335ed6f3014837d9d13ab04e328caa7ac
thermal/powerclamp: add back module device table

Commit b90e22f0fa68006c6cb53740fe5e81b0892b7fc5 replaced module
cpu id table with a cpu feature check, which is logically correct.
But we need the module device table to allow module auto loading.

Cc: stable@vger.kernel.org # 4.8
Fixes:b90e22f0 thermal/powerclamp: correct cpu support check
Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/intel_powerclamp.c