[PATCH -next] bcma: main.c needs to include <linux/slab.h>

From: Geert Uytterhoeven
Date: Sun Jun 26 2011 - 04:20:16 EST


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@xxxxxxxxxxxxxx>
--
http://kisskb.ellerman.id.au/kisskb/buildresult/4243344/

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 ba15105..08a14a3 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");
--
1.7.0.4

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/