diff options
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/b53.h | 2 | ||||
| -rw-r--r-- | include/linux/platform_data/mv88e6xxx.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/platform_data/b53.h b/include/linux/platform_data/b53.h index 8eaef2f2b691..c3b61ead41f2 100644 --- a/include/linux/platform_data/b53.h +++ b/include/linux/platform_data/b53.h | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | #define __B53_H | 20 | #define __B53_H |
| 21 | 21 | ||
| 22 | #include <linux/kernel.h> | 22 | #include <linux/kernel.h> |
| 23 | #include <net/dsa.h> | 23 | #include <linux/platform_data/dsa.h> |
| 24 | 24 | ||
| 25 | struct b53_platform_data { | 25 | struct b53_platform_data { |
| 26 | /* Must be first such that dsa_register_switch() can access it */ | 26 | /* Must be first such that dsa_register_switch() can access it */ |
diff --git a/include/linux/platform_data/mv88e6xxx.h b/include/linux/platform_data/mv88e6xxx.h index f63af2955ea0..963730b44aea 100644 --- a/include/linux/platform_data/mv88e6xxx.h +++ b/include/linux/platform_data/mv88e6xxx.h | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | #ifndef __DSA_MV88E6XXX_H | 2 | #ifndef __DSA_MV88E6XXX_H |
| 3 | #define __DSA_MV88E6XXX_H | 3 | #define __DSA_MV88E6XXX_H |
| 4 | 4 | ||
| 5 | #include <net/dsa.h> | 5 | #include <linux/platform_data/dsa.h> |
| 6 | 6 | ||
| 7 | struct dsa_mv88e6xxx_pdata { | 7 | struct dsa_mv88e6xxx_pdata { |
| 8 | /* Must be first, such that dsa_register_switch() can access this | 8 | /* Must be first, such that dsa_register_switch() can access this |
