staging: dt3155v4l: pci_iomap returns a void __iomem * not a void *

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
Cc: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
H Hartley Sweeten 2011-09-07 14:46:05 -07:00 committed by Greg Kroah-Hartman
parent c94a2e4737
commit f748b65bfc
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ struct dt3155_priv {
spinlock_t lock;
unsigned int field_count;
struct dt3155_stats stats;
void *regs;
void __iomem *regs;
int users;
u8 csr2, config;
};