Commit e22e0790 authored by Andy Shevchenko's avatar Andy Shevchenko Committed by David S. Miller

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

Replace with appropriate types.h.
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 34611e69
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment