commit | d728e327d4f86df439fa6b6f2f64b278394a58cc | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Dec 28 15:27:27 2006 +1100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Feb 07 15:44:32 2007 -0800 |
tree | 8c2ae0f2e471ee76d0ccf04badcb387982e63557 | |
parent | b32e904d54d163c6f97fc3c7586d381f4f11c3a5 [diff] |
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 <benh@kernel.crashing.org>