]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] Char: mxser_new, correct intr handler proto
authorJiri Slaby <jirislaby@gmail.com>
Fri, 8 Dec 2006 10:38:31 +0000 (02:38 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:28:54 +0000 (08:28 -0800)
commitb1d1c8dd35aa95fbeb7051eee9811fc2475a81f4
treea98b50a10c449e4dcd39eb895d2f093c521ed3c5
parente079f495b77726fafb77dd531873ec0daac34078
[PATCH] Char: mxser_new, correct intr handler proto

Prototype of the driver's interrupt handler is old-fashioned, past changes
tell us, we won't get pt_regs as the 3rd argument.  There are only 2 params.

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/mxser_new.c