]> git.baikalelectronics.ru Git - kernel.git/commit
avr32: make intc_resume() return void to conform to syscore_ops
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Mon, 6 Jun 2011 16:19:20 +0000 (18:19 +0200)
committerHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Tue, 14 Jun 2011 11:37:31 +0000 (13:37 +0200)
commitb2dae66f3d53cfe47955ed909313909393e84de1
tree92184780b6611f7ccdf2af4303d5bd5454e1db05
parentef50f6a5c3c1bc81e263ff4218cc9c0b32d07a38
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>
arch/avr32/mach-at32ap/intc.c