tty: serial: msm: Cleanup include usage
authorStephen Boyd <sboyd@codeaurora.org>
Thu, 12 May 2016 01:02:28 +0000 (18:02 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 25 Jun 2016 17:23:54 +0000 (10:23 -0700)
commite4276ff8a08116f22589b4f52974cf82cd3207db
tree0c89675d7464e6744088ef0594c79632560e9493
parent2a31f094553125e0353b9f7e7b6e9aeea752fed3
tty: serial: msm: Cleanup include usage

The hrtimer include isn't used and neither is serial. Drop those
ones. The irq.h header really should be interrupt.h because this
is an interrupt user and not an interrupt chip. Finally add
wait.h for the wake_up*() usage in this driver and kernel.h for
container_of().

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Acked-by: Andy Gross <andy.gross@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/msm_serial.c
This page took 0.027582 seconds and 5 git commands to generate.