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



 drivers/char/pcxx.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/char/pcxx.c~pcxx-warning-fix drivers/char/pcxx.c
--- 25/drivers/char/pcxx.c~pcxx-warning-fix	2003-08-24 12:30:13.000000000 -0700
+++ 25-akpm/drivers/char/pcxx.c	2003-08-24 12:30:13.000000000 -0700
@@ -121,7 +121,7 @@ MODULE_PARM(memsize,     "1-4i");
 MODULE_PARM(altpin,      "1-4i");
 MODULE_PARM(numports,    "1-4i");
 
-#endif MODULE
+#endif /* MODULE */
 
 static int numcards = 1;
 static int nbdevs = 0;

_