From: Hans-Christian Egtvedt Date: Mon, 6 Jun 2011 16:19:20 +0000 (+0200) Subject: avr32: make intc_resume() return void to conform to syscore_ops X-Git-Tag: v3.0-rc4~95^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c162755491f7ca9853cb9f2aaa3ff3677c1bda78;p=pandora-kernel.git 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 --- Reading git-diff-tree failed