From: Geert Uytterhoeven Date: Sun, 26 Jun 2011 08:19:44 +0000 (+0200) Subject: bcma: main.c needs to include X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=eef726994fc4ce2f9d0c880016bd104628ef44c9;p=linux-beck.git bcma: main.c needs to include 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 -- 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 --- 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 +#include MODULE_DESCRIPTION("Broadcom's specific AMBA driver"); MODULE_LICENSE("GPL");