Skip to content

Commit

Permalink
drivers/dca: Add export.h for THIS_MODULE to dca-sysfs.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
paulgortmaker committed Oct 31, 2011
1 parent d229807 commit 3382416
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/dca/dca-sysfs.c
Expand Up @@ -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;
Expand Down

0 comments on commit 3382416

Please sign in to comment.