USB: Fix OHCI warning
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 28 Dec 2006 04:26:59 +0000 (15:26 +1100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 7 Feb 2007 23:44:32 +0000 (15:44 -0800)
commitb32e904d54d163c6f97fc3c7586d381f4f11c3a5
treef06669d447a8e2d4e6648394f54c9d7a1d4178e8
parent083522d76662cda71328df1f3d75e5a9057c7c9f
USB: Fix OHCI warning

This patch fixes a warning introduces by the split endian OHCI 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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ohci.h