]> Pileus Git - ~andy/linux/commitdiff
staging: drm/omap: remove global drm_device ptr
authorRob Clark <rob@ti.com>
Mon, 29 Oct 2012 08:27:50 +0000 (09:27 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Oct 2012 18:07:00 +0000 (11:07 -0700)
Not actually used anymore.

Signed-off-by: Rob Clark <rob@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/omapdrm/omap_drv.c

index 053c45dbcc89754290b027d3667989714068b85f..09653b88e0ecce06e3ea2541fa6ce7ffff3361c3 100644 (file)
@@ -30,8 +30,6 @@
 #define DRIVER_MINOR           0
 #define DRIVER_PATCHLEVEL      0
 
-struct drm_device *drm_device;
-
 static int num_crtc = CONFIG_DRM_OMAP_NUM_CRTCS;
 
 MODULE_PARM_DESC(num_crtc, "Number of overlays to use as CRTCs");
@@ -562,8 +560,6 @@ static int dev_load(struct drm_device *dev, unsigned long flags)
 
        DBG("load: dev=%p", dev);
 
-       drm_device = dev;
-
        priv = kzalloc(sizeof(*priv), GFP_KERNEL);
        if (!priv) {
                dev_err(dev->dev, "could not allocate priv\n");