The following warning comes from Linus' tree: <-- snip -->
... CC drivers/char/mxser.o drivers/char/mxser.c: In function `mxser_initbrd': drivers/char/mxser.c:551: warning: unused variable `flags' ... <-- snip --> The fis is simple: Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- linux-2.6.11-rc3-mm2-full/drivers/char/mxser.c.old 2005-02-10 19:58:36.000000000 +0100 +++ linux-2.6.11-rc3-mm2-full/drivers/char/mxser.c 2005-02-10 19:58:56.000000000 +0100 @@ -548,7 +548,6 @@ static int mxser_initbrd(int board, struct mxser_hwconf *hwconf) { struct mxser_struct *info; - unsigned long flags; int retval; int i, n; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/