Skip to content

Commit 8b7a07c

Browse files
andy-shevdavem330
authored andcommitted
net: dsa: microchip: Platform data shan't include kernel.h
Replace with appropriate types.h. Signed-off-by: Andy Shevchenko <[email protected]> Reviewed-by: Florian Fainelli <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent e22e079 commit 8b7a07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/platform_data/microchip-ksz.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#ifndef __MICROCHIP_KSZ_H
2020
#define __MICROCHIP_KSZ_H
2121

22-
#include <linux/kernel.h>
22+
#include <linux/types.h>
2323

2424
struct ksz_platform_data {
2525
u32 chip_id;

0 commit comments

Comments
 (0)