Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: dsa: b53: Platform data shan't include kernel.h

Replace with appropriate types.h.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Andy Shevchenko and committed by
David S. Miller
e22e0790 34611e69

+1 -1
+1 -1
include/linux/platform_data/b53.h
··· 19 19 #ifndef __B53_H 20 20 #define __B53_H 21 21 22 - #include <linux/kernel.h> 22 + #include <linux/types.h> 23 23 #include <linux/platform_data/dsa.h> 24 24 25 25 struct b53_platform_data {