From: Russell King - ARM Linux Date: Mon, 3 Jan 2011 22:35:28 +0000 (+0000) Subject: ARM: PL08x: avoid 'void *' struct fields when we can type them properly X-Git-Tag: v2.6.38-rc1~25^2~11^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cb72ad959b16ac594118977b7954a7d2ec7a052;p=pandora-kernel.git ARM: PL08x: avoid 'void *' struct fields when we can type them properly Avoid using 'void *' struct fields when the structs are not defined in linux/amba/pl08x.h - instead, forward declare the struct names, and use these instead. This ensures we have proper typechecking. Signed-off-by: Russell King Acked-by: Linus Walleij Signed-off-by: Dan Williams --- Reading git-diff-tree failed