Pārlūkot izejas kodu

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>
Paul Gortmaker 14 gadi atpakaļ
vecāks
revīzija
3382416d86
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      drivers/dca/dca-sysfs.c

+ 1 - 0
drivers/dca/dca-sysfs.c

@@ -27,6 +27,7 @@
 #include <linux/err.h>
 #include <linux/err.h>
 #include <linux/dca.h>
 #include <linux/dca.h>
 #include <linux/gfp.h>
 #include <linux/gfp.h>
+#include <linux/export.h>
 
 
 static struct class *dca_class;
 static struct class *dca_class;
 static struct idr dca_idr;
 static struct idr dca_idr;