From: Daniel Kurtz Date: Wed, 11 Dec 2013 22:08:27 +0000 (+0900) Subject: ARM: SAMSUNG: Let s3c_pm_do_restore_*() take const sleep_save X-Git-Tag: cleanup-for-linus~9^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c143751a6da99eaefa824745d87dcc71ec54e705;p=pandora-kernel.git ARM: SAMSUNG: Let s3c_pm_do_restore_*() take const sleep_save The restore functions do not modify the passed in struct sleep_save, so that parameter can be const. This allows us to pass in const struct. This allows us to use const structs sleep_save to define system registers that will always be restored to a constant value. Signed-off-by: Daniel Kurtz Reviewed-by: Tomasz Figa Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed