Merge branch 'for-2.6.30' into for-2.6.31
[pandora-kernel.git] / drivers / block / aoe / aoenet.c
index c6099ba..ce0d62c 100644 (file)
@@ -151,7 +151,7 @@ exit:
        return 0;
 }
 
-static struct packet_type aoe_pt = {
+static struct packet_type aoe_pt __read_mostly = {
        .type = __constant_htons(ETH_P_AOE),
        .func = aoenet_rcv,
 };