Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56790
b: refs/heads/master
c: ad47c12
h: refs/heads/master
v: v3
  • Loading branch information
kogiidena authored and Paul Mundt committed May 14, 2007
1 parent 807f17c commit 7ead501
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 38c425f69c8d949620384f917e00652eaf390ec9
refs/heads/master: ad47c12b3596269b975c21fba8f3cf09befdc1f2
6 changes: 6 additions & 0 deletions trunk/arch/sh/boards/landisk/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,14 @@ static struct platform_device cf_ide_device = {
},
};

static struct platform_device rtc_device = {
.name = "rs5c313",
.id = -1,
};

static struct platform_device *landisk_devices[] __initdata = {
&cf_ide_device,
&rtc_device,
};

static int __init landisk_devices_setup(void)
Expand Down

0 comments on commit 7ead501

Please sign in to comment.