diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-08-30 18:16:33 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:32:03 -0400 |
commit | 2d1a8a48ac68a835c42d8a31a02b8158cd599615 (patch) | |
tree | 0e8448f037c42e326493c759aafa0dce63ee4d2d /drivers/gpu/drm/drm_sysfs.c | |
parent | 44a8e3772f53a5337e74700fc166a3d4c3ef59a2 (diff) |
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_sysfs.c')
-rw-r--r-- | drivers/gpu/drm/drm_sysfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/drm_sysfs.c b/drivers/gpu/drm/drm_sysfs.c index 2eee8e016b38..0f9ef9bf6730 100644 --- a/drivers/gpu/drm/drm_sysfs.c +++ b/drivers/gpu/drm/drm_sysfs.c | |||
@@ -16,6 +16,7 @@ | |||
16 | #include <linux/kdev_t.h> | 16 | #include <linux/kdev_t.h> |
17 | #include <linux/gfp.h> | 17 | #include <linux/gfp.h> |
18 | #include <linux/err.h> | 18 | #include <linux/err.h> |
19 | #include <linux/export.h> | ||
19 | 20 | ||
20 | #include "drm_sysfs.h" | 21 | #include "drm_sysfs.h" |
21 | #include "drm_core.h" | 22 | #include "drm_core.h" |