From: Viresh KUMAR Date: Mon, 2 May 2011 18:36:45 +0000 (+0000) Subject: net/stmmac: Move "#include " to linux/stmmac.h X-Git-Tag: v3.0-rc1~377^2~188 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57a503c61db077b923e23f36050c02166a4a1db2;p=pandora-kernel.git net/stmmac: Move "#include " to linux/stmmac.h stmmac.h uses struct platform_device and doesn't include . Whereas drivers/net/stmmac/stmmac.h includes it, but doesn't directly use it. And so we get following compilation warning while using this file: warning: ‘struct platform_device’ declared inside parameter list This patch includes in linux/stmmac.h and removes it from drivers/net/stmmac/stmmac.h Signed-off-by: Viresh Kumar Acked-by: Giuseppe Cavallaro Signed-off-by: David S. Miller --- Reading git-diff-tree failed