[PATCH 3/3] tty: serial: msm: Cleanup include usage
From: Andy Gross <hidden>
Date: 2016-06-05 19:05:24
Also in:
linux-arm-msm, linux-serial, lkml
From: Andy Gross <hidden>
Date: 2016-06-05 19:05:24
Also in:
linux-arm-msm, linux-serial, lkml
On Wed, May 11, 2016 at 06:02:28PM -0700, Stephen Boyd wrote:
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 <redacted>
Acked-by: Andy Gross <redacted>