]> git.baikalelectronics.ru Git - kernel.git/commit
serial: omap: drop "inline" from IRQ handler prototype
authorFelipe Balbi <balbi@ti.com>
Thu, 6 Sep 2012 12:45:33 +0000 (15:45 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Sep 2012 16:17:02 +0000 (09:17 -0700)
commitdb32527ad4c0d536a290d86f37e1f6e0ca49bee0
treea8c8edfcef6717450821a058a31b654ac91bc32b
parentd73e1a05e16f890ca8966bea0b2562cd8dc0c76a
serial: omap: drop "inline" from IRQ handler prototype

it makes no sense to mark our IRQ handler inline
since it's passed as a function pointer when
enabling the IRQ line.

Tested-by: Shubhrajyoti D <shubhrajyoti@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/omap-serial.c