Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359759
b: refs/heads/master
c: caa5cbd
h: refs/heads/master
i:
  359757: c753075
  359755: d11c068
  359751: 03cc371
  359743: feda942
v: v3
  • Loading branch information
Sachin Kamat authored and Zhang Rui committed Jan 4, 2013
1 parent d587646 commit 0355e2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 03b79bda8d061d80a6106e257c072a2754141bab
refs/heads/master: caa5cbd5a18a72bb6f5a5211ddeade71fdb2282d
4 changes: 1 addition & 3 deletions trunk/drivers/thermal/exynos_thermal.c
Original file line number Diff line number Diff line change
Expand Up @@ -808,8 +808,6 @@ static const struct of_device_id exynos_tmu_match[] = {
{},
};
MODULE_DEVICE_TABLE(of, exynos_tmu_match);
#else
#define exynos_tmu_match NULL
#endif

static struct platform_device_id exynos_tmu_driver_ids[] = {
Expand Down Expand Up @@ -1085,7 +1083,7 @@ static struct platform_driver exynos_tmu_driver = {
.name = "exynos-tmu",
.owner = THIS_MODULE,
.pm = EXYNOS_TMU_PM,
.of_match_table = exynos_tmu_match,
.of_match_table = of_match_ptr(exynos_tmu_match),
},
.probe = exynos_tmu_probe,
.remove = __devexit_p(exynos_tmu_remove),
Expand Down

0 comments on commit 0355e2a

Please sign in to comment.