aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/rs400.c
diff options
context:
space:
mode:
authorJerome Glisse <jglisse@redhat.com>2009-09-11 15:55:33 +0200
committerDave Airlie <airlied@redhat.com>2009-09-14 16:10:00 +1000
commit21f9a437222e92adb3abc68584a5f04801b92739 (patch)
treef1e278629803f4c8d781f43b29bd9de239162f39 /drivers/gpu/drm/radeon/rs400.c
parentdrm/radeon/kms: move mtrr range add and memory information (diff)
downloadlinux-dev-21f9a437222e92adb3abc68584a5f04801b92739.tar.xz
linux-dev-21f9a437222e92adb3abc68584a5f04801b92739.zip
drm/radeon/kms: cleanup - remove radeon_share.h
radeon_share.h was begining to give problem with include order in respect of radeon.h. It's easier and also i think cleaner to move what was in radeon_share.h into radeon.h. At the same time use the extern keyword for function shared accross the module. Signed-off-by: Jerome Glisse <jglisse@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/rs400.c')
-rw-r--r--drivers/gpu/drm/radeon/rs400.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/rs400.c b/drivers/gpu/drm/radeon/rs400.c
index 8c3ea7e36060..e1e4ce427828 100644
--- a/drivers/gpu/drm/radeon/rs400.c
+++ b/drivers/gpu/drm/radeon/rs400.c
@@ -29,7 +29,6 @@
#include <drm/drmP.h>
#include "radeon_reg.h"
#include "radeon.h"
-#include "radeon_share.h"
/* rs400,rs480 depends on : */
void r100_hdp_reset(struct radeon_device *rdev);