Re: [PATCH 3/8] drm/shmem: drop DEFINE_DRM_GEM_SHMEM_FOPS

From: Rob Herring
Date: Mon Sep 16 2019 - 18:07:29 EST


On Fri, Sep 13, 2019 at 7:29 AM Gerd Hoffmann <kraxel@xxxxxxxxxx> wrote:
>

Version? Pretty sure this is not v1.

> DEFINE_DRM_GEM_SHMEM_FOPS is identical
> to DEFINE_DRM_GEM_FOPS now, drop it.
>
> Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx>
> ---
> include/drm/drm_gem_shmem_helper.h | 26 -------------------------
> drivers/gpu/drm/cirrus/cirrus.c | 2 +-
> drivers/gpu/drm/panfrost/panfrost_drv.c | 2 +-
> drivers/gpu/drm/tiny/gm12u320.c | 2 +-
> drivers/gpu/drm/v3d/v3d_drv.c | 2 +-
> drivers/gpu/drm/virtio/virtgpu_drv.c | 2 +-
> 6 files changed, 5 insertions(+), 31 deletions(-)

Acked-by: Rob Herring <robh@xxxxxxxxxx>