Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22939
b: refs/heads/master
c: bbbe121
h: refs/heads/master
i:
  22937: e20460c
  22935: 4f61f34
v: v3
  • Loading branch information
Adrian Cox authored and Paul Mackerras committed Mar 17, 2006
1 parent fd9714c commit 86a1760
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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: 7e5b59384eebe35bff8429243f089931ce1cdf38
refs/heads/master: bbbe1212bd6f815290f782ba5b489467b54131dc
2 changes: 1 addition & 1 deletion trunk/arch/ppc/platforms/cpci690.c
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ cpci690_fixup_mpsc_pdata(struct platform_device *pdev)
pdata->brg_clk_freq = cpci690_get_bus_freq();
}

static int __init
static int
cpci690_platform_notify(struct device *dev)
{
static struct {
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc/platforms/ev64260.c
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ ev64260_fixup_mpsc_pdata(struct platform_device *pdev)
return;
}

static int __init
static int
ev64260_platform_notify(struct device *dev)
{
static struct {
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc/platforms/ev64360.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ ev64360_fixup_eth_pdata(struct platform_device *pdev)
}
#endif

static int __init
static int
ev64360_platform_notify(struct device *dev)
{
static struct {
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc/platforms/hdpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ static void __init hdpu_fixup_cpustate_pdata(struct platform_device *pd)
}
#endif

static int __init hdpu_platform_notify(struct device *dev)
static int hdpu_platform_notify(struct device *dev)
{
static struct {
char *bus_id;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc/platforms/katana.c
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ katana_fixup_mv64xxx_pdata(struct platform_device *pdev)
}
#endif

static int __init
static int
katana_platform_notify(struct device *dev)
{
static struct {
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc/platforms/radstone_ppc7d.c
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ ppc7d_fixup_i2c_pdata(struct platform_device *pdev)
}
#endif

static int __init ppc7d_platform_notify(struct device *dev)
static int ppc7d_platform_notify(struct device *dev)
{
static struct {
char *bus_id;
Expand Down

0 comments on commit 86a1760

Please sign in to comment.