diff options
Diffstat (limited to 'arch/avr32/mach-at32ap/intc.c')
| -rw-r--r-- | arch/avr32/mach-at32ap/intc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/avr32/mach-at32ap/intc.c b/arch/avr32/mach-at32ap/intc.c index 3e3646186c9f..c9ac2f8e8f64 100644 --- a/arch/avr32/mach-at32ap/intc.c +++ b/arch/avr32/mach-at32ap/intc.c | |||
| @@ -167,14 +167,12 @@ static int intc_suspend(void) | |||
| 167 | return 0; | 167 | return 0; |
| 168 | } | 168 | } |
| 169 | 169 | ||
| 170 | static int intc_resume(void) | 170 | static void intc_resume(void) |
| 171 | { | 171 | { |
| 172 | int i; | 172 | int i; |
| 173 | 173 | ||
| 174 | for (i = 0; i < 64; i++) | 174 | for (i = 0; i < 64; i++) |
| 175 | intc_writel(&intc0, INTPR0 + 4 * i, intc0.saved_ipr[i]); | 175 | intc_writel(&intc0, INTPR0 + 4 * i, intc0.saved_ipr[i]); |
| 176 | |||
| 177 | return 0; | ||
| 178 | } | 176 | } |
| 179 | #else | 177 | #else |
| 180 | #define intc_suspend NULL | 178 | #define intc_suspend NULL |
