mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
34611e6996
commit
e22e079059
|
@ -19,7 +19,7 @@
|
|||
#ifndef __B53_H
|
||||
#define __B53_H
|
||||
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/types.h>
|
||||
#include <linux/platform_data/dsa.h>
|
||||
|
||||
struct b53_platform_data {
|
||||
|
|
Loading…
Reference in New Issue