linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/amd/powerplay: Remove duplicate header
@ 2018-12-21  9:18 Brajeswar Ghosh
  2018-12-21 12:35 ` Souptick Joarder
  0 siblings, 1 reply; 3+ messages in thread
From: Brajeswar Ghosh @ 2018-12-21  9:18 UTC (permalink / raw)
  To: rex.zhu, evan.quan, alexander.deucher, christian.koenig,
	David1.Zhou, airlied, Hawking.Zhang, ray.huang
  Cc: jrdr.linux, amd-gfx, dri-devel, linux-kernel, sabyasachi.linux

Remove hwmgr_ppt.h which is included more than once

Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
---
 drivers/gpu/drm/amd/powerplay/inc/hwmgr.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h b/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h
index e5a60aa44b5d..07d180ce4d18 100644
--- a/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h
+++ b/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h
@@ -28,7 +28,6 @@
 #include "hardwaremanager.h"
 #include "hwmgr_ppt.h"
 #include "ppatomctrl.h"
-#include "hwmgr_ppt.h"
 #include "power_state.h"
 #include "smu_helper.h"
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm/amd/powerplay: Remove duplicate header
  2018-12-21  9:18 [PATCH] drm/amd/powerplay: Remove duplicate header Brajeswar Ghosh
@ 2018-12-21 12:35 ` Souptick Joarder
  2019-01-30 13:58   ` Brajeswar Ghosh
  0 siblings, 1 reply; 3+ messages in thread
From: Souptick Joarder @ 2018-12-21 12:35 UTC (permalink / raw)
  To: Brajeswar Ghosh
  Cc: rex.zhu, evan.quan, Deucher, Alexander, Christian König,
	Zhou, David(ChunMing),
	airlied, Hawking.Zhang, ray.huang, amd-gfx, dri-devel,
	linux-kernel, Sabyasachi Gupta

On Fri, Dec 21, 2018 at 2:49 PM Brajeswar Ghosh
<brajeswar.linux@gmail.com> wrote:
>
> Remove hwmgr_ppt.h which is included more than once
>
> Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
> ---
Acked-by: Souptick Joarder <jrdr.linux@gmail.com>

>  drivers/gpu/drm/amd/powerplay/inc/hwmgr.h | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h b/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h
> index e5a60aa44b5d..07d180ce4d18 100644
> --- a/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h
> +++ b/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h
> @@ -28,7 +28,6 @@
>  #include "hardwaremanager.h"
>  #include "hwmgr_ppt.h"
>  #include "ppatomctrl.h"
> -#include "hwmgr_ppt.h"
>  #include "power_state.h"
>  #include "smu_helper.h"
>
> --
> 2.17.1
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm/amd/powerplay: Remove duplicate header
  2018-12-21 12:35 ` Souptick Joarder
@ 2019-01-30 13:58   ` Brajeswar Ghosh
  0 siblings, 0 replies; 3+ messages in thread
From: Brajeswar Ghosh @ 2019-01-30 13:58 UTC (permalink / raw)
  To: Souptick Joarder
  Cc: rex.zhu, evan.quan, Deucher, Alexander, Christian König,
	Zhou, David(ChunMing),
	airlied, Hawking.Zhang, ray.huang, amd-gfx, dri-devel,
	linux-kernel, Sabyasachi Gupta

On Fri, Dec 21, 2018 at 6:06 PM Souptick Joarder <jrdr.linux@gmail.com> wrote:
>
> On Fri, Dec 21, 2018 at 2:49 PM Brajeswar Ghosh
> <brajeswar.linux@gmail.com> wrote:
> >
> > Remove hwmgr_ppt.h which is included more than once
> >
> > Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
> > ---
> Acked-by: Souptick Joarder <jrdr.linux@gmail.com>

If no further comment, can we get this patch in queue for 5.1 ?

>
> >  drivers/gpu/drm/amd/powerplay/inc/hwmgr.h | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h b/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h
> > index e5a60aa44b5d..07d180ce4d18 100644
> > --- a/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h
> > +++ b/drivers/gpu/drm/amd/powerplay/inc/hwmgr.h
> > @@ -28,7 +28,6 @@
> >  #include "hardwaremanager.h"
> >  #include "hwmgr_ppt.h"
> >  #include "ppatomctrl.h"
> > -#include "hwmgr_ppt.h"
> >  #include "power_state.h"
> >  #include "smu_helper.h"
> >
> > --
> > 2.17.1
> >

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-01-30 13:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-21  9:18 [PATCH] drm/amd/powerplay: Remove duplicate header Brajeswar Ghosh
2018-12-21 12:35 ` Souptick Joarder
2019-01-30 13:58   ` Brajeswar Ghosh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).