OSDN Git Service

drm/qxl: drop unused qxl_fb_virtual_address
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 18 Jan 2019 12:19:59 +0000 (13:19 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 28 Jan 2019 13:24:52 +0000 (14:24 +0100)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Noralf Trønnes <noralf@tronnes.org>
Link: http://patchwork.freedesktop.org/patch/msgid/20190118122020.27596-3-kraxel@redhat.com
drivers/gpu/drm/qxl/qxl_drv.h

index 38c5a8b..7eabf4a 100644 (file)
@@ -308,13 +308,6 @@ void qxl_ring_free(struct qxl_ring *ring);
 void qxl_ring_init_hdr(struct qxl_ring *ring);
 int qxl_check_idle(struct qxl_ring *ring);
 
-static inline void *
-qxl_fb_virtual_address(struct qxl_device *qdev, unsigned long physical)
-{
-       DRM_DEBUG_DRIVER("not implemented (%lu)\n", physical);
-       return 0;
-}
-
 static inline uint64_t
 qxl_bo_physical_address(struct qxl_device *qdev, struct qxl_bo *bo,
                        unsigned long offset)