From: Daniel Vetter Date: Wed, 11 Dec 2013 10:34:38 +0000 (+0100) Subject: drm: kill the ->agp_destroy callback X-Git-Tag: v3.14-rc1~47^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4efafebe709b8daa90b2f34a6e242eec7df98f25;p=pandora-kernel.git drm: kill the ->agp_destroy callback Call drm_pci_agp_destroy directly, there's no point in the indirection. Long term we want to shuffle this into each driver's unload logic, but that needs cleared-up drm lifetime rules first. v2: Add a dummy function for !CONFIG_PCI, spotted my David Herrmann. v3: Fixup for the coding style police. Reviewed-by: David Herrmann Cc: David Herrmann Signed-off-by: Daniel Vetter Signed-off-by: Dave Airlie --- Reading git-diff-tree failed