From: Daniel Vetter Date: Wed, 11 Dec 2013 10:34:22 +0000 (+0100) Subject: drm/rcar: call drm_put_dev directly in the ->remove hook X-Git-Tag: v3.14-rc1~47^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57a24cf897751e2c4292baa494ff8f298a2eac0e;p=pandora-kernel.git drm/rcar: call drm_put_dev directly in the ->remove hook The magic dance drm_platform_exit does is actually a remnant of the old legacy shadow attach support for platform devices. Modern modesetting drm drivers shouldn't do this any more (and usb/pci devices actually don't do this). Cc: Laurent Pinchart Acked-by: Laurent Pinchart Signed-off-by: Daniel Vetter Signed-off-by: Dave Airlie --- Reading git-diff-tree failed