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>
This commit is contained in:
Jerome Glisse
2009-09-11 15:55:33 +02:00
committed by Dave Airlie
parent a4d68279b4
commit 21f9a43722
9 changed files with 84 additions and 132 deletions

View File

@ -29,7 +29,6 @@
#include <linux/platform_device.h>
#include "drmP.h"
#include "radeon.h"
#include "radeon_share.h"
#include "rv770d.h"
#include "avivod.h"
#include "atom.h"