aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bcma
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2011-05-26 19:24:57 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2011-05-26 20:12:32 -0400
commitba7328b2d83090c2440b8d0baa6ccfc2ddf1bda6 (patch)
treeff409350fb9b17b9bc9aab904f0df53b4835fe10 /drivers/bcma
parent15f82d1b0b25185311f3b876e372d0d8e52a3c92 (diff)
drivers/bcma/host_pci.c needs slab.h
alpha allmodconfig: drivers/bcma/host_pci.c: In function 'bcma_host_pci_probe': drivers/bcma/host_pci.c:102: error: implicit declaration of function 'kzalloc' drivers/bcma/host_pci.c:102: warning: assignment makes pointer from integer without a cast Cc: <zajec5@gmail.com> Cc: John W. Linville <linville@tuxdriver.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/bcma')
-rw-r--r--drivers/bcma/host_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bcma/host_pci.c b/drivers/bcma/host_pci.c
index ffd8797faf4f..471a04013fe0 100644
--- a/drivers/bcma/host_pci.c
+++ b/drivers/bcma/host_pci.c
@@ -6,6 +6,7 @@
6 */ 6 */
7 7
8#include "bcma_private.h" 8#include "bcma_private.h"
9#include <linux/slab.h>
9#include <linux/bcma/bcma.h> 10#include <linux/bcma/bcma.h>
10#include <linux/pci.h> 11#include <linux/pci.h>
11 12