From: Joseph Lo Date: Mon, 3 Jun 2013 08:10:04 +0000 (+0800) Subject: ARM: tegra: remove ifdef in the tegra_resume X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~71^2~30^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af7f322ea8d00d120f06de4d6f73ad704c7fcc61;p=pandora-kernel.git ARM: tegra: remove ifdef in the tegra_resume The ifdef was originally added with the intent that the runtime SoC detection code, and code to support SoCs other than Tegra20, was only included if the kernel supported SoCs other than Tegra20. However, the condition was somewhat backwards and did not achieve this goal. Simply remove the ifdef to solve this, rather than creating a much more complex version. We also fix a typo that caused a build error due to cpu_to_csr_req being undefined. Reported-by: Arnd Bergmann Signed-off-by: Joseph Lo [swarren: rewrote commit description] Signed-off-by: Stephen Warren --- Reading git-diff-tree failed