Commit 44e9b1f0 authored by Alan Cox's avatar Alan Cox Committed by Jeff Garzik

Fix #undef warning in xirc2ps_cs net driver

parent e9a0617e
......@@ -2096,7 +2096,7 @@ static int __init setup_xirc2ps_cs(char *str)
MAYBE_SET(irq_list[1], 7);
MAYBE_SET(irq_list[2], 8);
MAYBE_SET(irq_list[3], 9);
#undef MAYBE_SET(X,Y)
#undef MAYBE_SET
return 0;
}
......
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