diff options
author | Florian Fainelli | 2019-01-15 15:06:12 -0800 |
---|---|---|
committer | David S. Miller | 2019-01-17 11:31:24 -0800 |
commit | e5f02a3109927dbea1a8b339bce9ca86f8018275 (patch) | |
tree | 5c124e4561cc60c1b92082cfc4b8eb44c09b7296 /arch/arm/mach-orion5x/common.c | |
parent | ecfc937210e5fdc6554e49b2a735ff22e72ae3f0 (diff) |
ARM: orion5x: Include platform_data/dsa.h
Now that we have split the DSA platform data structures from the main
net/dsa.h header file, include only the relevant header file.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/arm/mach-orion5x/common.c')
-rw-r--r-- | arch/arm/mach-orion5x/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-orion5x/common.c b/arch/arm/mach-orion5x/common.c index 83a7ec4c16d0..c67f92bfa30e 100644 --- a/arch/arm/mach-orion5x/common.c +++ b/arch/arm/mach-orion5x/common.c @@ -20,7 +20,7 @@ #include <linux/delay.h> #include <linux/clk-provider.h> #include <linux/cpu.h> -#include <net/dsa.h> +#include <linux/platform_data/dsa.h> #include <asm/page.h> #include <asm/setup.h> #include <asm/system_misc.h> |