Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46807
b: refs/heads/master
c: e60bd7f
h: refs/heads/master
i:
  46805: 58e7c56
  46803: 93bbe7b
  46799: c8ebe6e
v: v3
  • Loading branch information
Kumar Gala committed Jan 26, 2007
1 parent 4e65760 commit 4a3372c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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: c75f902b93724ab9ba161f7dfab0fd09c7a8854d
refs/heads/master: e60bd7f14dbb6239d07676be420a21f8a36d014f
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/83xx/mpc832x_mds.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ static int __init mpc832x_declare_of_platform_devices(void)
}
device_initcall(mpc832x_declare_of_platform_devices);

void __init mpc832x_sys_init_IRQ(void)
static void __init mpc832x_sys_init_IRQ(void)
{

struct device_node *np;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/83xx/mpc834x_itx.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ static void __init mpc834x_itx_setup_arch(void)
#endif
}

void __init mpc834x_itx_init_IRQ(void)
static void __init mpc834x_itx_init_IRQ(void)
{
struct device_node *np;

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/83xx/mpc834x_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ static void __init mpc834x_sys_setup_arch(void)
#endif
}

void __init mpc834x_sys_init_IRQ(void)
static void __init mpc834x_sys_init_IRQ(void)
{
struct device_node *np;

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/83xx/mpc8360e_pb.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ static int __init mpc8360_declare_of_platform_devices(void)
}
device_initcall(mpc8360_declare_of_platform_devices);

void __init mpc8360_sys_init_IRQ(void)
static void __init mpc8360_sys_init_IRQ(void)
{

struct device_node *np;
Expand Down

0 comments on commit 4a3372c

Please sign in to comment.