gpu: Add export.h as required to drivers/gpu files.

They need this to get all the EXPORT_SYMBOL variants and THIS_MODULE

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
This commit is contained in:
Paul Gortmaker
2011-08-30 18:16:33 -04:00
parent 44a8e3772f
commit 2d1a8a48ac
30 changed files with 33 additions and 0 deletions

View File

@@ -23,6 +23,8 @@
* Authors: Dave Airlie
* Alex Deucher
*/
#include <linux/export.h>
#include "drmP.h"
#include "radeon_drm.h"
#include "radeon.h"