diff options
Diffstat (limited to 'drivers/dca')
| -rw-r--r-- | drivers/dca/dca-core.c | 1 | ||||
| -rw-r--r-- | drivers/dca/dca-sysfs.c | 1 |
2 files changed, 2 insertions, 0 deletions
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 @@ | |||
| 28 | #include <linux/device.h> | 28 | #include <linux/device.h> |
| 29 | #include <linux/dca.h> | 29 | #include <linux/dca.h> |
| 30 | #include <linux/slab.h> | 30 | #include <linux/slab.h> |
| 31 | #include <linux/module.h> | ||
| 31 | 32 | ||
| 32 | #define DCA_VERSION "1.12.1" | 33 | #define DCA_VERSION "1.12.1" |
| 33 | 34 | ||
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 @@ | |||
| 27 | #include <linux/err.h> | 27 | #include <linux/err.h> |
| 28 | #include <linux/dca.h> | 28 | #include <linux/dca.h> |
| 29 | #include <linux/gfp.h> | 29 | #include <linux/gfp.h> |
| 30 | #include <linux/export.h> | ||
| 30 | 31 | ||
| 31 | static struct class *dca_class; | 32 | static struct class *dca_class; |
| 32 | static struct idr dca_idr; | 33 | static struct idr dca_idr; |
