]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Dec 2016 08:10:32 +0000 (09:10 +0100)
commitb2f64572db2e97340c8b17c48a9b83fac84cec4f
treef98a794d0654a4d357b917891d803ad56365c29a
parent6dfe1643b56adce912d0b82854a7de81b42cfd2c
thermal/powerclamp: add back module device table

commit ec638db8cb9ddd5ca08b23f2835b6c9c15eb616d upstream.

Commit 3105f234e0aba43e44e277c20f9b32ee8add43d4 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.

Fixes:3105f234 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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/thermal/intel_powerclamp.c