]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
thermal: constify pch_dev_ops structure
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sun, 11 Oct 2015 11:01:28 +0000 (13:01 +0200)
committerZhang Rui <rui.zhang@intel.com>
Tue, 29 Dec 2015 08:16:31 +0000 (16:16 +0800)
commita96bedf1b8e50c46d3b486294a8972c90aadc0cb
treeafbb2e5d9e82759cffc243dea6bf91adfa7084bc
parent74bf8efb5fa6e958d2d7c7917b8bb672085ec0c6
thermal: constify pch_dev_ops structure

The pch_dev_ops structure is never modified.  It is only stored in a field
that is already declared as const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/intel_pch_thermal.c