From: Randy Dunlap Date: Wed, 9 Jun 2010 22:44:09 +0000 (-0700) Subject: niu: always include of_device.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4f0ddcb020ef8afae65b4edb9aeb4a42ab74f4cf;p=linux-beck.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 --- diff --git a/drivers/net/niu.c b/drivers/net/niu.c index 5dd50b6ae776..f6ecf6180f72 100644 --- a/drivers/net/niu.c +++ b/drivers/net/niu.c @@ -28,10 +28,7 @@ #include #include - -#ifdef CONFIG_SPARC64 #include -#endif #include "niu.h"