Commit 41c6b812 authored by Sridhar Samudrala's avatar Sridhar Samudrala

[SCTP] Changed 'bug' to a static variable. (Arnd Bergmann)

parent 4c55cc62
......@@ -49,7 +49,7 @@
#include <net/sctp/sctp.h>
#include <net/sctp/sm.h>
sctp_sm_table_entry_t bug = {
static sctp_sm_table_entry_t bug = {
.fn = sctp_sf_bug,
.name = "sctp_sf_bug"
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment