diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2008-06-02 13:59:02 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-06-04 19:06:01 +0400 |
commit | 6399e7acbf9193c7d48827329ca592a1c8dc9e69 (patch) | |
tree | 1c4551f5745726f67516a39fd1ec3c2667364dc2 | |
parent | fa4144b758d58341d4e082ac2af259e97fbcbeee (diff) | |
download | linux-6399e7acbf9193c7d48827329ca592a1c8dc9e69.tar.xz |
isp1760-if iomem annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | drivers/usb/host/isp1760-if.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/host/isp1760-if.c b/drivers/usb/host/isp1760-if.c index 440bf94f0d4c..c9db3fe98726 100644 --- a/drivers/usb/host/isp1760-if.c +++ b/drivers/usb/host/isp1760-if.c @@ -104,8 +104,8 @@ static u32 nxp_pci_io_base; static u32 iolength; static u32 pci_mem_phy0; static u32 length; -static u8 *chip_addr; -static u8 *iobase; +static u8 __iomem *chip_addr; +static u8 __iomem *iobase; static int __devinit isp1761_pci_probe(struct pci_dev *dev, const struct pci_device_id *id) |