aboutsummaryrefslogtreecommitdiff
path: root/drivers/dca
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-10 12:15:51 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:43 -0400
commit3382416d867d1c70709dfb03e4a81d5731d96787 (patch)
tree8fb11e422ae85b2d793f1820bfdf29d4cb2328fe /drivers/dca
parentd229807f669ba3dea9f64467ee965051c4366aed (diff)
drivers/dca: Add export.h for THIS_MODULE to dca-sysfs.c
Ensure we have access to the THIS_MODLUE macro once we clean up the implicit module.h usage. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/dca')
-rw-r--r--drivers/dca/dca-sysfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dca/dca-sysfs.c b/drivers/dca/dca-sysfs.c
index 5e8f335e6f6e..591b6597c00a 100644
--- a/drivers/dca/dca-sysfs.c
+++ b/drivers/dca/dca-sysfs.c
@@ -27,6 +27,7 @@
#include <linux/err.h>
#include <linux/dca.h>
#include <linux/gfp.h>
+#include <linux/export.h>
static struct class *dca_class;
static struct idr dca_idr;