diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-06-26 10:19:44 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-06-27 15:09:42 -0400 |
commit | eef726994fc4ce2f9d0c880016bd104628ef44c9 (patch) | |
tree | 1218987a31b4aa483f308c0ccfeab3208e1e2ce3 /drivers/bcma/main.c | |
parent | 6691678dca1057840d8f25ee038541d4e4100b17 (diff) | |
download | linux-eef726994fc4ce2f9d0c880016bd104628ef44c9.tar.gz linux-eef726994fc4ce2f9d0c880016bd104628ef44c9.tar.bz2 linux-eef726994fc4ce2f9d0c880016bd104628ef44c9.zip |
bcma: main.c needs to include <linux/slab.h>
m68k allmodconfig:
drivers/bcma/main.c: In function ‘bcma_release_core_dev’:
drivers/bcma/main.c:68: error: implicit declaration of function ‘kfree’
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
--
http://kisskb.ellerman.id.au/kisskb/buildresult/4243344/
drivers/bcma/main.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Signed-off-by: John W. Linville <linville@tuxdriver.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 ba15105cc23a..08a14a3d667e 100644 --- a/drivers/bcma/main.c +++ b/drivers/bcma/main.c @@ -7,6 +7,7 @@ #include "bcma_private.h" #include <linux/bcma/bcma.h> +#include <linux/slab.h> MODULE_DESCRIPTION("Broadcom's specific AMBA driver"); MODULE_LICENSE("GPL"); |