]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/can/raw.c
Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-client
[karo-tx-linux.git] / net / can / raw.c
index 0eb39a7fdf64afff51c7e59bd0985433302c60ee..dea99a6e596cdc9d1eb695df5111a7f384d13b06 100644 (file)
@@ -774,7 +774,7 @@ static struct proto raw_proto __read_mostly = {
        .init       = raw_init,
 };
 
-static struct can_proto raw_can_proto __read_mostly = {
+static const struct can_proto raw_can_proto = {
        .type       = SOCK_RAW,
        .protocol   = CAN_RAW,
        .ops        = &raw_ops,