Commit 9f048bfb authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller

net: fix build error if CONFIG_CGROUPS=n

Reported-by: default avatarChristoph Paasch <christoph.paasch@uclouvain.be>
Signed-off-by: default avatarEric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 11ac75ed
......@@ -64,6 +64,8 @@
#include <net/dst.h>
#include <net/checksum.h>
struct cgroup;
struct cgroup_subsys;
int mem_cgroup_sockets_init(struct cgroup *cgrp, struct cgroup_subsys *ss);
void mem_cgroup_sockets_destroy(struct cgroup *cgrp, struct cgroup_subsys *ss);
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment