From d229807f669ba3dea9f64467ee965051c4366aed Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Sun, 3 Jul 2011 13:37:11 -0400 Subject: drivers/dca: Add module.h to dca-core.c This file really needs the full module.h header file present, but was just getting it implicitly before. Call it out in advance so that we don't get future build failures on this. Signed-off-by: Paul Gortmaker --- drivers/dca/dca-core.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/dca') diff --git a/drivers/dca/dca-core.c b/drivers/dca/dca-core.c index 25ec0bb05198..bc6f5faa1e9e 100644 --- a/drivers/dca/dca-core.c +++ b/drivers/dca/dca-core.c @@ -28,6 +28,7 @@ #include #include #include +#include #define DCA_VERSION "1.12.1" -- cgit v1.2.2 From 3382416d867d1c70709dfb03e4a81d5731d96787 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Sun, 10 Jul 2011 12:15:51 -0400 Subject: 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 --- drivers/dca/dca-sysfs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/dca') 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; -- cgit v1.2.2