On Wed, Sep 27, 2017 at 7:33 PM, Dave Airlie <[email protected]> wrote: > From: Dave Airlie <[email protected]> > > This isn't used outside this file. > > Signed-off-by: Dave Airlie <[email protected]>
Reviewed-by: Alex Deucher <[email protected]> > --- > drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 2 +- > drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h | 1 - > 2 files changed, 1 insertion(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c > b/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c > index 80e41be..71b9424 100644 > --- a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c > +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c > @@ -81,7 +81,7 @@ static const uint32_t channel_number[] = {1, 2, 0, 4, 0, 8, > 0, 16, 2}; > static int vega10_force_clock_level(struct pp_hwmgr *hwmgr, > enum pp_clock_type type, uint32_t mask); > > -const ULONG PhwVega10_Magic = (ULONG)(PHM_VIslands_Magic); > +static const ULONG PhwVega10_Magic = (ULONG)(PHM_VIslands_Magic); > > struct vega10_power_state *cast_phw_vega10_power_state( > struct pp_hw_power_state *hw_ps) > diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h > b/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h > index 676cd77..b4b461c3 100644 > --- a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h > +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h > @@ -31,7 +31,6 @@ > #include "vega10_ppsmc.h" > #include "vega10_powertune.h" > > -extern const uint32_t PhwVega10_Magic; > #define VEGA10_MAX_HARDWARE_POWERLEVELS 2 > > #define WaterMarksExist 1 > -- > 2.9.4 > > _______________________________________________ > amd-gfx mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
