]> git.baikalelectronics.ru Git - kernel.git/commit
serial: omap: remove unnecessary header and add a missing one
authorFelipe Balbi <balbi@ti.com>
Thu, 6 Sep 2012 12:45:38 +0000 (15:45 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Sep 2012 16:17:02 +0000 (09:17 -0700)
commitf336f9981e17f9566a973e39b8b6b62ee48d4c5b
treeb71be4255dee1929f2b361b0bc7f3d4ec6b390a5
parent3fb8edc8f0e12d6c05a8efed89323c480bec29bc
serial: omap: remove unnecessary header and add a missing one

this driver doesn't use any from <plat/dmtimer.h>, so
we can remove it without any problems.

This will, however cause a problem because omap-serial.c
was relying on indirect inclusion of <linux/platform_device.h>,
let's fix the issue by including <linux/platform_device.h>
on omap-serial.c as it should be.

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