Commit 76e409ce authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] drivers/char/pcxx.c warning fix

From: "Krishnakumar. R" <krishnakumar@naturesoft.net>

This patch removes the warning:

drivers/char/pcxx.c:124:8: warning: extra tokens at end of #endif directive
parent d798505b
...@@ -121,7 +121,7 @@ MODULE_PARM(memsize, "1-4i"); ...@@ -121,7 +121,7 @@ MODULE_PARM(memsize, "1-4i");
MODULE_PARM(altpin, "1-4i"); MODULE_PARM(altpin, "1-4i");
MODULE_PARM(numports, "1-4i"); MODULE_PARM(numports, "1-4i");
#endif MODULE #endif /* MODULE */
static int numcards = 1; static int numcards = 1;
static int nbdevs = 0; static int nbdevs = 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