commit | e4276ff8a08116f22589b4f52974cf82cd3207db | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Wed May 11 18:02:28 2016 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Jun 25 10:23:54 2016 -0700 |
tree | 0c89675d7464e6744088ef0594c79632560e9493 | |
parent | 2a31f094553125e0353b9f7e7b6e9aeea752fed3 [diff] |
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>