Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68248
b: refs/heads/master
c: 35f3abe
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Sep 21, 2007
1 parent c72bdc6 commit 0790f69
Show file tree
Hide file tree
Showing 3 changed files with 9 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: 68362e0857ecf8a9da1ac5f7abceafbcfaa969d7
refs/heads/master: 35f3abe97696e7563b0dbd7c825acdaab423d330
4 changes: 4 additions & 0 deletions trunk/arch/sh/kernel/cpu/sh4a/setup-sh7343.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ static int __init sh7343_devices_setup(void)
ARRAY_SIZE(sh7343_devices));
}
__initcall(sh7343_devices_setup);

void __init plat_irq_setup(void)
{
}
4 changes: 4 additions & 0 deletions trunk/arch/sh/kernel/cpu/sh4a/setup-sh7770.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ static int __init sh7770_devices_setup(void)
ARRAY_SIZE(sh7770_devices));
}
__initcall(sh7770_devices_setup);

void __init plat_irq_setup(void)
{
}

0 comments on commit 0790f69

Please sign in to comment.