diff options
author | Dave Airlie <airlied@redhat.com> | 2014-09-10 12:23:07 +0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2014-09-12 08:11:14 +0400 |
commit | fd7e0d719260259f6e4e7711bd63a4175557d559 (patch) | |
tree | c962b80f0ece6a61d2566c8596ebe68c8aeab4f5 /drivers/gpu/drm/r128 | |
parent | 10d123b2f2b5bf54f59a884f12018d24a97d5a63 (diff) | |
download | linux-fd7e0d719260259f6e4e7711bd63a4175557d559.tar.xz |
drm: split ati_pcigart.h out of drmP.h
Just move this into a separate header file, and make the
two users use it.
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/r128')
-rw-r--r-- | drivers/gpu/drm/r128/r128_drv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/r128/r128_drv.h b/drivers/gpu/drm/r128/r128_drv.h index 5bf3f5ff805d..49fe02670c2e 100644 --- a/drivers/gpu/drm/r128/r128_drv.h +++ b/drivers/gpu/drm/r128/r128_drv.h @@ -35,6 +35,7 @@ #ifndef __R128_DRV_H__ #define __R128_DRV_H__ +#include <drm/ati_pcigart.h> /* General customization: */ #define DRIVER_AUTHOR "Gareth Hughes, VA Linux Systems Inc." |