#ifndef CURVETUN_MGMT_H #define CURVETUN_MGMT_H #include "curvetun_mgmt_servers.h" #include "curvetun_mgmt_users.h" #endif /* CURVETUN_MGMT_H */ s'>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2016-09-19 15:28:02 +0200
committerDavid S. Miller <davem@davemloft.net>2016-09-20 04:47:44 -0400
commit1f449736525addd6fcce674d654bd1471748484e (patch)
tree8e01717620ab3d25f2408ba5c81300b58eadda47
parent092183df0fa1f4b49baad3a980c55d55de07dfb7 (diff)
net-next: dsa: b53: remove empty set_addr() stub
The set_addr() callback is now optional. Remove the empty stub that b53 has. Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: David S. Miller <davem@davemloft.net>