USB: Fix EHCI warning
commitd728e327d4f86df439fa6b6f2f64b278394a58cc
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 28 Dec 2006 04:27:27 +0000 (28 15:27 +1100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 7 Feb 2007 23:44:32 +0000 (7 15:44 -0800)
tree8c2ae0f2e471ee76d0ccf04badcb387982e63557
parentb32e904d54d163c6f97fc3c7586d381f4f11c3a5
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>
drivers/usb/host/ehci.h