[Intel-gfx] [PATCH -next] drm/i915/audio: remove duplicated include from intel_audio.c

2015-04-24 Thread John Hunter
> > > > > > Regards, > > > > > > Yongjun Wei > > > > > > > > > > > > *From:* John Hunter [mailto:zhjwpku at gmail.com] > > > *Sent:* 2015年4月22日 10:30 > > > *To:* weiyj_lk at 163.com

[Intel-gfx] [PATCH -next] drm/i915/audio: remove duplicated include from intel_audio.c

2015-04-23 Thread Daniel Vetter
Nikula; David Airlie; Yongjun > > Wei (RD-CN); intel-gfx at lists.freedesktop.org; > > dri-devel at lists.freedesktop.org; open list > > *Subject:* Re: [Intel-gfx] [PATCH -next] drm/i915/audio: remove > > duplicated include from intel_audio.c > > > > > >

[Intel-gfx] [PATCH -next] drm/i915/audio: remove duplicated include from intel_audio.c

2015-04-22 Thread John Hunter
] > *Sent:* 2015年4月22日 10:30 > *To:* weiyj_lk at 163.com; Daniel Vetter; Jani Nikula; David Airlie; Yongjun > Wei (RD-CN); intel-gfx at lists.freedesktop.org; > dri-devel at lists.freedesktop.org; open list > *Subject:* Re: [Intel-gfx] [PATCH -next] drm/i915/audio: remove &

[Intel-gfx] [PATCH -next] drm/i915/audio: remove duplicated include from intel_audio.c

2015-04-22 Thread John Hunter
Hi, I think maybe we should remove both of the two lines: #include "intel_drv.h" #include "i915_drv.h" Because we have* two* "intel_drv.h" and *one* "i915_drv.h", and "i915_drv.h" has already been included in the "intel_drv.h". I not sure whether i am right. If you need me to do the patch, let

[Intel-gfx] [PATCH -next] drm/i915/audio: remove duplicated include from intel_audio.c

2015-04-22 Thread yongjun_...@trendmicro.com.cn
at lists.freedesktop.org; open list Subject: Re: [Intel-gfx] [PATCH -next] drm/i915/audio: remove duplicated include from intel_audio.c Hi, I think maybe we should remove both of the two lines: #include "intel_drv.h" #include "i915_drv.h" Because we have two "intel_drv.h" and one &quo

[PATCH -next] drm/i915/audio: remove duplicated include from intel_audio.c

2015-04-16 Thread weiyj...@163.com
From: Wei Yongjun Remove duplicated include. Signed-off-by: Wei Yongjun --- drivers/gpu/drm/i915/intel_audio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_audio.c b/drivers/gpu/drm/i915/intel_audio.c index 2396cc7..d00d488

[Intel-gfx] [PATCH -next] drm/i915/audio: remove duplicated include from intel_audio.c

2015-04-16 Thread Daniel Vetter
On Thu, Apr 16, 2015 at 09:11:08PM +0800, weiyj_lk at 163.com wrote: > From: Wei Yongjun > > Remove duplicated include. > > Signed-off-by: Wei Yongjun Queued for -next, thanks for the patch. -Daniel > --- > drivers/gpu/drm/i915/intel_audio.c | 1 - > 1 file changed, 1 deletion(-) > > diff