]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drivers/bcma/host_pci.c needs slab.h
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 26 May 2011 23:24:57 +0000 (16:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 27 May 2011 00:12:32 +0000 (17:12 -0700)
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>
drivers/bcma/host_pci.c

index ffd8797faf4f0d3a10bcd49dbef7264e399347dd..471a04013fe01771bc4b4bf41396af350c50e456 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "bcma_private.h"
+#include <linux/slab.h>
 #include <linux/bcma/bcma.h>
 #include <linux/pci.h>