diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-01 22:06:37 +0200 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 00:32:01 +0100 |
commit | 200351c77d6aa7fc36d3a49132c68e95ad9654c8 (patch) | |
tree | 20cb92617ac51a628c6ff235ef733f1c52dc3d10 /drivers/bcma/main.c | |
parent | drivers/zorro: Add export.h to proc.c (diff) | |
download | linux-200351c77d6aa7fc36d3a49132c68e95ad9654c8.tar.xz linux-200351c77d6aa7fc36d3a49132c68e95ad9654c8.zip |
bcma: add module.h to the modular portions of this driver
This will ensure that it continues to build once we remove
the implicit module.h presence from everywhere later on.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/bcma/main.c')
-rw-r--r-- | drivers/bcma/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bcma/main.c b/drivers/bcma/main.c index 8c09c3e547cd..70c84b951098 100644 --- a/drivers/bcma/main.c +++ b/drivers/bcma/main.c @@ -6,6 +6,7 @@ */ #include "bcma_private.h" +#include <linux/module.h> #include <linux/bcma/bcma.h> #include <linux/slab.h> |