aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ati_pcigart.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-08-30 18:16:33 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:32:03 -0400
commit2d1a8a48ac68a835c42d8a31a02b8158cd599615 (patch)
tree0e8448f037c42e326493c759aafa0dce63ee4d2d /drivers/gpu/drm/ati_pcigart.c
parentbcma: fix implicit use of export.h contents (diff)
downloadlinux-dev-2d1a8a48ac68a835c42d8a31a02b8158cd599615.tar.xz
linux-dev-2d1a8a48ac68a835c42d8a31a02b8158cd599615.zip
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>
Diffstat (limited to 'drivers/gpu/drm/ati_pcigart.c')
-rw-r--r--drivers/gpu/drm/ati_pcigart.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/ati_pcigart.c b/drivers/gpu/drm/ati_pcigart.c
index 1c3649242208..9afe495c12c7 100644
--- a/drivers/gpu/drm/ati_pcigart.c
+++ b/drivers/gpu/drm/ati_pcigart.c
@@ -31,6 +31,7 @@
* DEALINGS IN THE SOFTWARE.
*/
+#include <linux/export.h>
#include "drmP.h"
# define ATI_PCIGART_PAGE_SIZE 4096 /**< PCI GART page size */