commit | c162755491f7ca9853cb9f2aaa3ff3677c1bda78 | [log] [tgz] |
---|---|---|
author | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | Mon Jun 06 18:19:20 2011 +0200 |
committer | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | Tue Jun 14 13:37:31 2011 +0200 |
tree | 92184780b6611f7ccdf2af4303d5bd5454e1db05 | |
parent | 3000f0077a5745918830f40826c23fe5bf934b8b [diff] |
avr32: make intc_resume() return void to conform to syscore_ops This patch removes the unneeded, and now wrong, return 0 from intc_resume() and lets the function return void instead. This matches the resume callback in struct syscore_ops. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>