diff options
Diffstat (limited to 'arch/mips/ar7')
-rw-r--r-- | arch/mips/ar7/clock.c | 2 | ||||
-rw-r--r-- | arch/mips/ar7/irq.c | 3 | ||||
-rw-r--r-- | arch/mips/ar7/platform.c | 2 | ||||
-rw-r--r-- | arch/mips/ar7/prom.c | 2 |
4 files changed, 5 insertions, 4 deletions
diff --git a/arch/mips/ar7/clock.c b/arch/mips/ar7/clock.c index 2ca4ada1c29..2460f9d23f1 100644 --- a/arch/mips/ar7/clock.c +++ b/arch/mips/ar7/clock.c | |||
@@ -443,7 +443,7 @@ struct clk *clk_get(struct device *dev, const char *id) | |||
443 | return &vbus_clk; | 443 | return &vbus_clk; |
444 | if (!strcmp(id, "cpu")) | 444 | if (!strcmp(id, "cpu")) |
445 | return &cpu_clk; | 445 | return &cpu_clk; |
446 | if (!strcmp(id, "dsp")); | 446 | if (!strcmp(id, "dsp")) |
447 | return &dsp_clk; | 447 | return &dsp_clk; |
448 | if (!strcmp(id, "vbus")) | 448 | if (!strcmp(id, "vbus")) |
449 | return &vbus_clk; | 449 | return &vbus_clk; |
diff --git a/arch/mips/ar7/irq.c b/arch/mips/ar7/irq.c index 03db3daadbd..88c4babfdb5 100644 --- a/arch/mips/ar7/irq.c +++ b/arch/mips/ar7/irq.c | |||
@@ -98,7 +98,8 @@ static struct irq_chip ar7_sec_irq_type = { | |||
98 | 98 | ||
99 | static struct irqaction ar7_cascade_action = { | 99 | static struct irqaction ar7_cascade_action = { |
100 | .handler = no_action, | 100 | .handler = no_action, |
101 | .name = "AR7 cascade interrupt" | 101 | .name = "AR7 cascade interrupt", |
102 | .flags = IRQF_NO_THREAD, | ||
102 | }; | 103 | }; |
103 | 104 | ||
104 | static void __init ar7_irq_init(int base) | 105 | static void __init ar7_irq_init(int base) |
diff --git a/arch/mips/ar7/platform.c b/arch/mips/ar7/platform.c index 7d2fab39232..33ffecf6a6d 100644 --- a/arch/mips/ar7/platform.c +++ b/arch/mips/ar7/platform.c | |||
@@ -229,7 +229,7 @@ static struct resource cpmac_low_res[] = { | |||
229 | .name = "irq", | 229 | .name = "irq", |
230 | .flags = IORESOURCE_IRQ, | 230 | .flags = IORESOURCE_IRQ, |
231 | .start = 27, | 231 | .start = 27, |
232 | .end = 27, | 232 | .end = 27, |
233 | }, | 233 | }, |
234 | }; | 234 | }; |
235 | 235 | ||
diff --git a/arch/mips/ar7/prom.c b/arch/mips/ar7/prom.c index 23818d29912..8088c6fdb83 100644 --- a/arch/mips/ar7/prom.c +++ b/arch/mips/ar7/prom.c | |||
@@ -77,7 +77,7 @@ struct psp_env_chunk { | |||
77 | u16 csum; | 77 | u16 csum; |
78 | u8 len; | 78 | u8 len; |
79 | char data[11]; | 79 | char data[11]; |
80 | } __attribute__ ((packed)); | 80 | } __packed; |
81 | 81 | ||
82 | struct psp_var_map_entry { | 82 | struct psp_var_map_entry { |
83 | u8 num; | 83 | u8 num; |