]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] mostek bogus sparse annotations fixed
authorAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
Sun, 24 Apr 2005 19:28:36 +0000 (12:28 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 24 Apr 2005 19:28:36 +0000 (12:28 -0700)
commitef0299bf8e868c09bff13e6f3c4fc9b835f60471
tree0b734b9d95cf5fe38a9a15a48e4900d28447502e
parentfdca124a1bcc7e624f6b887c6f26153f40ee43ee
[PATCH] mostek bogus sparse annotations fixed

void * __iomem foo is not a pointer to iomem - it's an iomem variable
containing void *.  A pile of such guys in arch/sparc64/kernel/time.c,
drivers/sbus/char/rtc.c and include/asm-sparc64/mostek.h turned into
intended void __iomem *.

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/sparc64/kernel/time.c
drivers/sbus/char/rtc.c
include/asm-sparc64/mostek.h