aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/gma500
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-10 13:09:12 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:32:08 -0400
commit8e336a722bb234f9d7805647e0290f2a397ca04d (patch)
tree468d7c4fa0090a9d1d9e8e27a3a24af78398e8f5 /drivers/staging/gma500
parent1014c22e42a6692660d1a77888d07f4811b2914d (diff)
downloadkernel_samsung_smdk4412-8e336a722bb234f9d7805647e0290f2a397ca04d.zip
kernel_samsung_smdk4412-8e336a722bb234f9d7805647e0290f2a397ca04d.tar.gz
kernel_samsung_smdk4412-8e336a722bb234f9d7805647e0290f2a397ca04d.tar.bz2
staging: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/staging users.
Lots of drivers have in the past expected the presence of basic things like THIS_MODULE and EXPORT_SYMBOL. With the header cleanup, they wont have these. Call out the include explicitly. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/staging/gma500')
-rw-r--r--drivers/staging/gma500/intel_i2c.c1
-rw-r--r--drivers/staging/gma500/mrst_hdmi_i2c.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/gma500/intel_i2c.c b/drivers/staging/gma500/intel_i2c.c
index e33432d..51cbf65 100644
--- a/drivers/staging/gma500/intel_i2c.c
+++ b/drivers/staging/gma500/intel_i2c.c
@@ -20,6 +20,7 @@
#include <linux/i2c.h>
#include <linux/i2c-algo-bit.h>
+#include <linux/export.h>
#include "psb_drv.h"
#include "psb_intel_reg.h"
diff --git a/drivers/staging/gma500/mrst_hdmi_i2c.c b/drivers/staging/gma500/mrst_hdmi_i2c.c
index 351b9d8..36e7edc 100644
--- a/drivers/staging/gma500/mrst_hdmi_i2c.c
+++ b/drivers/staging/gma500/mrst_hdmi_i2c.c
@@ -29,6 +29,7 @@
#include <linux/i2c.h>
#include <linux/interrupt.h>
#include <linux/delay.h>
+#include <linux/export.h>
#include "psb_drv.h"
#define HDMI_READ(reg) readl(hdmi_dev->regs + (reg))