commit | 366a3591e0c1e8c1544cd8690368658a837a0846 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Dec 19 13:50:21 2011 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Feb 09 15:33:00 2012 +0000 |
tree | bebfe33e7f3a473f8e9a8f10d793b05b46e9f858 | |
parent | d65b4e98d7ea3038b767b70fe8be959b2913f16d [diff] |
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>