Commit f2458453 authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Linus Torvalds

[PATCH] make ips driver compile

Whoever did the strsep patches didn't check that ips still compiles.
here's a patch.
parent 6a11414a
...@@ -596,6 +596,7 @@ ips_setup(char *ips_str, int *dummy) { ...@@ -596,6 +596,7 @@ ips_setup(char *ips_str, int *dummy) {
} }
return (1); return (1);
}
__setup("ips=", ips_setup); __setup("ips=", ips_setup);
...@@ -632,11 +633,10 @@ __setup("ips=", ips_setup); ...@@ -632,11 +633,10 @@ __setup("ips=", ips_setup);
} }
} }
} }
}
#endif #endif
}
/****************************************************************************/ /****************************************************************************/
/* */ /* */
/* Routine Name: ips_detect */ /* Routine Name: ips_detect */
......
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