Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333307
b: refs/heads/master
c: b3796d9
h: refs/heads/master
i:
  333305: 6593361
  333303: 5970963
v: v3
  • Loading branch information
Arnd Bergmann committed Oct 9, 2012
1 parent c3f86c0 commit 267a641
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 6e3a78d9474f54c0b2b5293a561548106243eeaf
refs/heads/master: b3796d92086ecea4c4825fa232da60b6d6f354af
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-integrator/integrator_cp.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,6 @@ static void __init intcp_init_early(void)
#endif
}

#ifdef CONFIG_OF

static void __init intcp_timer_init_of(void)
{
struct device_node *node;
Expand Down Expand Up @@ -299,6 +297,8 @@ static struct sys_timer cp_of_timer = {
.init = intcp_timer_init_of,
};

#ifdef CONFIG_OF

static const struct of_device_id fpga_irq_of_match[] __initconst = {
{ .compatible = "arm,versatile-fpga-irq", .data = fpga_irq_of_init, },
{ /* Sentinel */ }
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-shmobile/include/mach/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ static inline int shmobile_cpu_is_dead(unsigned int cpu) { return 1; }

extern void shmobile_smp_init_cpus(unsigned int ncores);

static inline void shmobile_init_late(void)
static inline void __init shmobile_init_late(void)
{
shmobile_suspend_init();
shmobile_cpuidle_init();
Expand Down

0 comments on commit 267a641

Please sign in to comment.