diff options
author | Jerome Glisse <jglisse@redhat.com> | 2009-09-11 09:55:33 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-09-14 02:10:00 -0400 |
commit | 21f9a437222e92adb3abc68584a5f04801b92739 (patch) | |
tree | f1e278629803f4c8d781f43b29bd9de239162f39 /drivers/gpu/drm/radeon/rv770.c | |
parent | a4d68279b44522a2b2374a6bd4861756bfad40fe (diff) |
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/rv770.c')
-rw-r--r-- | drivers/gpu/drm/radeon/rv770.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/rv770.c b/drivers/gpu/drm/radeon/rv770.c index 57765f6d5b20..5ba5204091ec 100644 --- a/drivers/gpu/drm/radeon/rv770.c +++ b/drivers/gpu/drm/radeon/rv770.c | |||
@@ -29,7 +29,6 @@ | |||
29 | #include <linux/platform_device.h> | 29 | #include <linux/platform_device.h> |
30 | #include "drmP.h" | 30 | #include "drmP.h" |
31 | #include "radeon.h" | 31 | #include "radeon.h" |
32 | #include "radeon_share.h" | ||
33 | #include "rv770d.h" | 32 | #include "rv770d.h" |
34 | #include "avivod.h" | 33 | #include "avivod.h" |
35 | #include "atom.h" | 34 | #include "atom.h" |