Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305879
b: refs/heads/master
c: 3016a55
h: refs/heads/master
i:
  305877: 7a174bb
  305875: 5d1e7cb
  305871: fdfde20
v: v3
  • Loading branch information
Wim Van Sebroeck committed May 23, 2012
1 parent e1c5270 commit 2732483
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3ba3774b8c433fe9e91158d65cf2324ff0c5a15d
refs/heads/master: 3016a552a8314b2734aed0a1acbb983459e2acc4
5 changes: 2 additions & 3 deletions trunk/drivers/watchdog/s3c2410_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#include <linux/cpufreq.h>
#include <linux/slab.h>
#include <linux/err.h>
#include <linux/of.h>

#include <mach/map.h>

Expand Down Expand Up @@ -503,8 +504,6 @@ static const struct of_device_id s3c2410_wdt_match[] = {
{},
};
MODULE_DEVICE_TABLE(of, s3c2410_wdt_match);
#else
#define s3c2410_wdt_match NULL
#endif

static struct platform_driver s3c2410wdt_driver = {
Expand All @@ -516,7 +515,7 @@ static struct platform_driver s3c2410wdt_driver = {
.driver = {
.owner = THIS_MODULE,
.name = "s3c2410-wdt",
.of_match_table = s3c2410_wdt_match,
.of_match_table = of_match_ptr(s3c2410_wdt_match),
},
};

Expand Down

0 comments on commit 2732483

Please sign in to comment.