OSDN Git Service

mtd: sa11x0: Remove shutdown handler
authorRussell King - ARM Linux <linux@arm.linux.org.uk>
Fri, 20 Jan 2012 10:42:16 +0000 (10:42 +0000)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 26 Mar 2012 23:15:01 +0000 (00:15 +0100)
commit41515ca262d5b75220f48afd21214dbe3ccfef8c
tree98a2057a7e688eaf8a9ac641a6a4dee4f9442848
parent495c47d799d93ad688db9db170200eb71525ff45
mtd: sa11x0: Remove shutdown handler

Commit c4a9f88daf ([MTD] [NOR] fix ctrl-alt-del can't reboot for
intel flash bug) interferes with this work-around, causing MTD to
issue this warning:

Flash device refused suspend due to active operation (state 0)

The commit makes our work-around in the map driver unnecessary, so
let's remove it.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/maps/sa1100-flash.c