aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/aoe/aoenet.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block/aoe/aoenet.c')
-rw-r--r--drivers/block/aoe/aoenet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/aoe/aoenet.c b/drivers/block/aoe/aoenet.c
index c6099ba9a4b8..ce0d62cd71b2 100644
--- a/drivers/block/aoe/aoenet.c
+++ b/drivers/block/aoe/aoenet.c
@@ -151,7 +151,7 @@ exit:
151 return 0; 151 return 0;
152} 152}
153 153
154static struct packet_type aoe_pt = { 154static struct packet_type aoe_pt __read_mostly = {
155 .type = __constant_htons(ETH_P_AOE), 155 .type = __constant_htons(ETH_P_AOE),
156 .func = aoenet_rcv, 156 .func = aoenet_rcv,
157}; 157};