summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_memory.c
diff options
context:
space:
mode:
authorPaul Gortmaker2011-08-31 00:16:33 +0200
committerPaul Gortmaker2011-11-01 00:32:03 +0100
commit2d1a8a48ac68a835c42d8a31a02b8158cd599615 (patch)
tree0e8448f037c42e326493c759aafa0dce63ee4d2d /drivers/gpu/drm/drm_memory.c
parentbcma: fix implicit use of export.h contents (diff)
downloadkernel-qcow2-linux-2d1a8a48ac68a835c42d8a31a02b8158cd599615.tar.gz
kernel-qcow2-linux-2d1a8a48ac68a835c42d8a31a02b8158cd599615.tar.xz
kernel-qcow2-linux-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/drm_memory.c')
-rw-r--r--drivers/gpu/drm/drm_memory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/drm_memory.c b/drivers/gpu/drm/drm_memory.c
index c9b805000a11..c8b6b66d428d 100644
--- a/drivers/gpu/drm/drm_memory.c
+++ b/drivers/gpu/drm/drm_memory.c
@@ -34,6 +34,7 @@
*/
#include <linux/highmem.h>
+#include <linux/export.h>
#include "drmP.h"
/**