Skip to content

Commit

Permalink
Merge branch 'sirf/fixes' into fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
arndb committed Sep 12, 2011
2 parents 1f51b00 + 6a53747 commit d035953
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-prima2/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ static void __init sirfsoc_clk_init(void)

static struct of_device_id clkc_ids[] = {
{ .compatible = "sirf,prima2-clkc" },
{},
};

void __init sirfsoc_of_clk_init(void)
Expand Down
1 change: 1 addition & 0 deletions arch/arm/mach-prima2/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ static __init void sirfsoc_irq_init(void)

static struct of_device_id intc_ids[] = {
{ .compatible = "sirf,prima2-intc" },
{},
};

void __init sirfsoc_of_irq_init(void)
Expand Down
1 change: 1 addition & 0 deletions arch/arm/mach-prima2/rstc.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ static DEFINE_MUTEX(rstc_lock);

static struct of_device_id rstc_ids[] = {
{ .compatible = "sirf,prima2-rstc" },
{},
};

static int __init sirfsoc_of_rstc_init(void)
Expand Down
1 change: 1 addition & 0 deletions arch/arm/mach-prima2/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ static void __init sirfsoc_timer_init(void)

static struct of_device_id timer_ids[] = {
{ .compatible = "sirf,prima2-tick" },
{},
};

static void __init sirfsoc_of_timer_map(void)
Expand Down

0 comments on commit d035953

Please sign in to comment.