]> 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>
Fri, 7 Sep 2012 05:36:06 +0000 (15:36 +1000)
commit9e49659f1858a4044739c5ac090274531705af9b
treed6211e40e90ccdcddf78d8e0a98d06734e2c2776
parentf7102cfba643a6367610717e47a1062f51d5ec99
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