]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/thermal/exynos_thermal.c: fix build error
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 7 Sep 2012 00:17:55 +0000 (10:17 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 10 Sep 2012 06:17:52 +0000 (16:17 +1000)
commit4551175561d01a3885ab7561701e7caf3fc84f4b
treec43aa142670acf0be56bdadeef1943eb00852250
parent9c5d6d5f67c9d5c09f34f70edc80db36f216e0d9
drivers/thermal/exynos_thermal.c: fix build error

Fix the following error:
drivers/thermal/exynos_thermal.c:393:4: error: too few arguments to function
`thermal_zone_device_register'

Add the missing 'mask' argument.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Sachin Kamat <sachin.kamat@samsung.com>
Cc: Guenter Roeck <guenter.roeck@ericsson.com>
Cc: Len Brown <lenb@kernel.org>
Cc: "Brown, Len" <len.brown@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/thermal/exynos_thermal.c