commit | a5496a180b3b6fd9feac6dc51822167892879470 | [log] [tgz] |
---|---|---|
author | Becky Bruce <beckyb@kernel.crashing.org> | Wed Jun 30 13:05:44 2010 -0500 |
committer | Remy Bohmer <linux@bohmer.net> | Wed Jun 30 21:38:10 2010 +0200 |
tree | 36b526967641fd6036b2a307ef915c2ac5bd9bcc | |
parent | 944a4894c047f9fc17d21f1e4ca92d5909b8405b [diff] |
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>