Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753492AbYFBKAZ (ORCPT ); Mon, 2 Jun 2008 06:00:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753070AbYFBJ7I (ORCPT ); Mon, 2 Jun 2008 05:59:08 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:32958 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751412AbYFBJ7E (ORCPT ); Mon, 2 Jun 2008 05:59:04 -0400 To: torvalds@linux-foundation.org Subject: [PATCH] isp1760-if iomem annotations Cc: gregkh@suse.de, linux-kernel@vger.kernel.org Message-Id: From: Al Viro Date: Mon, 02 Jun 2008 10:59:02 +0100 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 792 Lines: 23 Signed-off-by: Al Viro --- diff --git a/drivers/usb/host/isp1760-if.c b/drivers/usb/host/isp1760-if.c index 440bf94..c9db3fe 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) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/