[PATCH v2 6/7] drm/msm: Drop unnecessary mach include

2014-01-09 Thread Stephen Boyd
On 01/09/14 00:13, Olof Johansson wrote: > On Mon, Dec 30, 2013 at 09:15:58PM -0800, Stephen Boyd wrote: >> On 12/30, Rob Clark wrote: >>> On Mon, Dec 30, 2013 at 8:12 PM, Rob Clark wrote: On Mon, Dec 30, 2013 at 4:15 PM, Stephen Boyd wrote: > This file doesn't use the clk_reset()

[PATCH v2 6/7] drm/msm: Drop unnecessary mach include

2014-01-09 Thread Olof Johansson
On Mon, Dec 30, 2013 at 09:15:58PM -0800, Stephen Boyd wrote: > On 12/30, Rob Clark wrote: > > On Mon, Dec 30, 2013 at 8:12 PM, Rob Clark wrote: > > > On Mon, Dec 30, 2013 at 4:15 PM, Stephen Boyd > > > wrote: > > >> This file doesn't use the clk_reset() API that is exposed in > > >> mach-msm's

[PATCH v2 6/7] drm/msm: Drop unnecessary mach include

2013-12-30 Thread Stephen Boyd
On 12/30, Rob Clark wrote: > On Mon, Dec 30, 2013 at 8:12 PM, Rob Clark wrote: > > On Mon, Dec 30, 2013 at 4:15 PM, Stephen Boyd > > wrote: > >> This file doesn't use the clk_reset() API that is exposed in > >> mach-msm's mach/clk.h file. Remove the include so that this > >> driver can be compil

[PATCH v2 6/7] drm/msm: Drop unnecessary mach include

2013-12-30 Thread Rob Clark
On Mon, Dec 30, 2013 at 8:12 PM, Rob Clark wrote: > On Mon, Dec 30, 2013 at 4:15 PM, Stephen Boyd wrote: >> This file doesn't use the clk_reset() API that is exposed in >> mach-msm's mach/clk.h file. Remove the include so that this >> driver can be compiled as part of the multi-platform kernel. >

[PATCH v2 6/7] drm/msm: Drop unnecessary mach include

2013-12-30 Thread Rob Clark
On Mon, Dec 30, 2013 at 4:15 PM, Stephen Boyd wrote: > This file doesn't use the clk_reset() API that is exposed in > mach-msm's mach/clk.h file. Remove the include so that this > driver can be compiled as part of the multi-platform kernel. Thanks! Signed-off-by: Rob Clark > Cc: Rob Clark >