]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/can/raw.c
net: drop capability from protocol definitions
[mv-sheeva.git] / net / can / raw.c
index 6e77db58b9e667d073cf45bd964200afa119bd31..abca920440b50cdf51e539fc18c6ea15f7ef698b 100644 (file)
@@ -742,7 +742,6 @@ static struct proto raw_proto __read_mostly = {
 static struct can_proto raw_can_proto __read_mostly = {
        .type       = SOCK_RAW,
        .protocol   = CAN_RAW,
-       .capability = -1,
        .ops        = &raw_ops,
        .prot       = &raw_proto,
 };