From: Benjamin Herrenschmidt Date: Thu, 28 Dec 2006 04:27:27 +0000 (+1100) Subject: USB: Fix EHCI warning X-Git-Tag: v2.6.21-rc1~92^2~29^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d728e327d4f86df439fa6b6f2f64b278394a58cc;p=pandora-kernel.git USB: Fix EHCI warning This patch fixes a warning introduced by the big endian MMIO EHCI support patch on platforms that don't have readl_be/writel_be variants (though mostly harmless as those are called in an if (0) statement, but gcc still warns). Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed