commit | 4abaacb06f4992739c3c12b922c73f65ddf73fe6 | [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 | aeeac6b064499fe0c80fc51743ebfeec0467beee [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>