Re: [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() API th

Re: [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

Re: [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 compiled as

Re: [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. >

Re: [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 >

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

2013-12-30 Thread Stephen Boyd
On 12/30/13 13:15, 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. > > Cc: Rob Clark > Cc: Dave Airlie Signed-off-by: Stephen Boyd > -

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

2013-12-30 Thread Stephen Boyd
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. Cc: Rob Clark Cc: Dave Airlie --- drivers/gpu/drm/msm/mdp4/mdp4_dtv_encoder.c | 2 -- 1 file changed, 2 deletions