commit | 43cc277a93a2b74430e2ae03e92bd9bc4f303814 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Tue Feb 07 15:02:55 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 10 13:51:01 2017 -0500 |
tree | ce1f74c4aba9a65146a06ccda1080b0eea5d6a20 | |
parent | f39b2dde4886450b965ccd0a6defe8bc33fcc938 [diff] |
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 <rmk+kernel@armlinux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>