From: Randy Dunlap Date: Wed, 9 Jun 2010 22:44:09 +0000 (-0700) Subject: niu: always include of_device.h X-Git-Tag: v2.6.36-rc1~543^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f0ddcb020ef8afae65b4edb9aeb4a42ab74f4cf;p=pandora-kernel.git niu: always include of_device.h The niu driver uses struct of_device when built on any arch, not only SPARC64, so always #include . drivers/net/niu.c:9700: warning: 'struct of_device' declared inside parameter list drivers/net/niu.c:9700: warning: its scope is only this definition or declaration, which is probably not what you want drivers/net/niu.c:9716: warning: assignment from incompatible pointer type Signed-off-by: Randy Dunlap Acked-by: Dave S. Miller Signed-off-by: Grant Likely --- Reading git-diff-tree failed