[Intel-gfx] [PATCH] drm/i915: make i915_suspend_switcheroo static
Tvrtko Ursulin
tvrtko.ursulin at linux.intel.com
Fri Dec 2 10:29:01 UTC 2016
On 02/12/2016 10:24, Matthew Auld wrote:
> Looks like this was missed when unexporting, so let's keep sparse happy.
>
> Cc: Tvrtko Ursulin <tvrtko.ursulin at intel.com>
> Fixes: 7f26cb88014a ("drm/i915: Unexport VGA switcheroo functions")
> Signed-off-by: Matthew Auld <matthew.auld at intel.com>
> ---
> drivers/gpu/drm/i915/i915_drv.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c
> index ace9be8f6ff9..ae583c79c19f 100644
> --- a/drivers/gpu/drm/i915/i915_drv.c
> +++ b/drivers/gpu/drm/i915/i915_drv.c
> @@ -1522,7 +1522,7 @@ static int i915_drm_suspend_late(struct drm_device *dev, bool hibernation)
> return ret;
> }
>
> -int i915_suspend_switcheroo(struct drm_device *dev, pm_message_t state)
> +static int i915_suspend_switcheroo(struct drm_device *dev, pm_message_t state)
> {
> int error;
Gah.. sorry, another half distracted. Thanks for fixing it.
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin at intel.com>
Regards,
Tvrtko
More information about the Intel-gfx
mailing list