]> git.ipfire.org Git - people/ms/u-boot.git/commit
drivers/usb/host/ohci-hcd: rename readl/writel to ohci_readl/ohci_writel
authorBecky Bruce <beckyb@kernel.crashing.org>
Wed, 30 Jun 2010 18:05:44 +0000 (13:05 -0500)
committerRemy Bohmer <linux@bohmer.net>
Wed, 30 Jun 2010 19:38:10 +0000 (21:38 +0200)
commita5496a180b3b6fd9feac6dc51822167892879470
tree36b526967641fd6036b2a307ef915c2ac5bd9bcc
parent944a4894c047f9fc17d21f1e4ca92d5909b8405b
drivers/usb/host/ohci-hcd: rename readl/writel to ohci_readl/ohci_writel

This avoids a build warning that you see if anyone in the
header chain has included io.h (which is coming shortly).  The previous
code redefined readl/writel; this patch renames it to be specific to
ohci.  The defines are also moved from ohci-hcd.c to ohci.h.

Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
drivers/usb/host/ohci-hcd.c
drivers/usb/host/ohci.h