drm: Move __drm_pci_free to drm_legacy.h
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 10 Sep 2014 10:43:51 +0000 (12:43 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 12 Sep 2014 09:08:56 +0000 (11:08 +0200)
commit1c96e84ee486d5dbf4a3850441f3c1f95b1343e4
treed9abc869a50c9850091f4032582d26b71abd702f
parent4f03b1fc1eb286b73d453c03cdb45a3827726a44
drm: Move __drm_pci_free to drm_legacy.h

Also sprinkle the customary legacy_ prefix.

Unfortunately we can't move the other functions since i915 is still
using them. Shame on me for that one :(

v2: Fix patch subject as spotted by David Herrmann.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_bufs.c
drivers/gpu/drm/drm_pci.c
drivers/gpu/drm/drm_vm.c
include/drm/drmP.h
include/drm/drm_legacy.h
This page took 0.025024 seconds and 5 git commands to generate.