summaryrefslogtreecommitdiff
path: root/debian/rules
blob: f6421bd89ea018f32edf8b71041b1b81b31612ee (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

#export DH_VERBOSE = 1

%:
	dh $@ --with systemd

override_dh_auto_install:
	dh_auto_install -- prefix=/usr
tion value='6'>6space:mode:
authorWei Yongjun <weiyongjun1@huawei.com>2017-02-14 14:19:32 +0000
committerDavid S. Miller <davem@davemloft.net>2017-02-14 15:02:17 -0500
commit6f2e3f7d9785dacb358b48b44950182b5c13e4bc (patch)
treedbed4d1cfd5590a7d615f129b28caac6632a0de5
parent044950cc48ced25ccb2f4ea7c31228399e19d5d6 (diff)
net_sched: nla_memdup_cookie() can be static
Fixes the following sparse warning: net/sched/act_api.c:532:5: warning: symbol 'nla_memdup_cookie' was not declared. Should it be static? Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat
-rw-r--r--net/sched/act_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/act_api.c b/net/sched/act_api.c