diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2014-08-29 12:12:27 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2014-09-10 17:11:21 +1000 |
commit | 9f50bd8905ab12e3e8ebffd8296d7921bd3976eb (patch) | |
tree | 0112a1a525d4cd14d2ec9b47a4b42b126194bf16 /drivers/gpu/drm/radeon/radeon_state.c | |
parent | 58b21c22c66dd223d27405d54b47102a27bda0b7 (diff) | |
download | op-kernel-dev-9f50bd8905ab12e3e8ebffd8296d7921bd3976eb.zip op-kernel-dev-9f50bd8905ab12e3e8ebffd8296d7921bd3976eb.tar.gz |
drm/radeon: move drm_buffer to drm/radeon/
Radeon UMS is the last user of drm_buffer. Move it out of sight so radeon
can drop it together with UMS.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_state.c')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon_state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_state.c b/drivers/gpu/drm/radeon/radeon_state.c index 23bb64f..535403e 100644 --- a/drivers/gpu/drm/radeon/radeon_state.c +++ b/drivers/gpu/drm/radeon/radeon_state.c @@ -30,9 +30,9 @@ */ #include <drm/drmP.h> -#include <drm/drm_buffer.h> #include <drm/radeon_drm.h> #include "radeon_drv.h" +#include "drm_buffer.h" /* ================================================================ * Helper functions for client state checking and fixup |