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:
committed by
Dave Airlie
parent
a4d68279b4
commit
21f9a43722
@ -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"
|
||||
|
Reference in New Issue
Block a user