From: Al Viro Date: Sun, 24 Apr 2005 19:28:36 +0000 (-0700) Subject: [PATCH] mostek bogus sparse annotations fixed X-Git-Tag: v2.6.12-rc4~247 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef0299bf8e868c09bff13e6f3c4fc9b835f60471;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed