]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/decnet/af_decnet.c
Staging: slicoss: remove ASSERTMSG macro
[linux-2.6-omap-h63xx.git] / net / decnet / af_decnet.c
index ec233b64f853a2dbc5c201ec3b0ea0e6a3032d07..9647d911f916c792a3c0e7c4a6b01f2715fd2aa7 100644 (file)
@@ -2112,9 +2112,8 @@ static struct notifier_block dn_dev_notifier = {
 
 extern int dn_route_rcv(struct sk_buff *, struct net_device *, struct packet_type *, struct net_device *);
 
-static struct packet_type dn_dix_packet_type = {
+static struct packet_type dn_dix_packet_type __read_mostly = {
        .type =         cpu_to_be16(ETH_P_DNA_RT),
-       .dev =          NULL,           /* All devices */
        .func =         dn_route_rcv,
 };