From: Paul Gortmaker Date: Sun, 10 Jul 2011 16:15:51 +0000 (-0400) Subject: drivers/dca: Add export.h for THIS_MODULE to dca-sysfs.c X-Git-Tag: next-20110826~3^2~73 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8ad49df81e0f5cd8eb45e54c960c45beb3dcfe6b;p=karo-tx-linux.git 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 --- 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 #include #include +#include static struct class *dca_class; static struct idr dca_idr;