From: Santosh Shilimkar Date: Mon, 11 Feb 2013 13:59:45 +0000 (+0530) Subject: ARM: OMAP2+: PM: Remove bogus fiq_[enable/disable] tuple X-Git-Tag: omap-for-v3.10/cleanup-v2-signed^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b85638b83caac7bae9ffa202391882a9ad4388f;p=pandora-kernel.git ARM: OMAP2+: PM: Remove bogus fiq_[enable/disable] tuple On OMAP platform, FIQ is reserved for secure environment only. If at all the FIQ needs to be disabled, it involves going through security API call. Hence the local_fiq_[enable/disable]() in the OMAP code is bogus. On GP devices too, the fiq is disabled for non-secure software. So just get rid of it. Signed-off-by: Santosh Shilimkar --- Reading git-diff-tree failed