From: Russell King Date: Tue, 7 Feb 2017 23:02:55 +0000 (-0800) Subject: net: cgroups: fix build errors when linux/phy*.h is removed from net/dsa.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=43cc277a93a2b74430e2ae03e92bd9bc4f303814;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git net: cgroups: fix build errors when linux/phy*.h is removed from net/dsa.h net/core/netprio_cgroup.c:303:16: error: expected declaration specifiers or '...' before string constant MODULE_LICENSE("GPL v2"); ^~~~~~~~ Add linux/module.h to fix this. Signed-off-by: Russell King Signed-off-by: David S. Miller --- diff --git a/net/core/netprio_cgroup.c b/net/core/netprio_cgroup.c index 2ec86fc552df..756637dc7a57 100644 --- a/net/core/netprio_cgroup.c +++ b/net/core/netprio_cgroup.c @@ -13,6 +13,7 @@ #include #include +#include #include #include #include