Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3382416d authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent d229807f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;