diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2019-01-16 02:06:13 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-01-17 22:31:24 +0300 |
commit | 8cfb5faf32e85b62f08cfe242ce80b2864d0b8f3 (patch) | |
tree | 9f4ea263d14dccbd2ed693dd7dea0e30f3865250 /include/linux/platform_data/mv88e6xxx.h | |
parent | e5f02a3109927dbea1a8b339bce9ca86f8018275 (diff) | |
download | linux-8cfb5faf32e85b62f08cfe242ce80b2864d0b8f3.tar.xz |
net: dsa: Include platform_data header file
b53 and mv88e6xxx support passing platform_data, and now that we have
split the platform_data portion from the main net/dsa.h header file,
include only the relevant parts.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/platform_data/mv88e6xxx.h')
-rw-r--r-- | include/linux/platform_data/mv88e6xxx.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ #ifndef __DSA_MV88E6XXX_H #define __DSA_MV88E6XXX_H -#include <net/dsa.h> +#include <linux/platform_data/dsa.h> struct dsa_mv88e6xxx_pdata { /* Must be first, such that dsa_register_switch() can access this |