From: Samuel Ortiz Date: Fri, 9 Nov 2012 09:19:54 +0000 (+0100) Subject: mfd: Explicitely include slab.h to rtsx X-Git-Tag: v3.8-rc1~85^2~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aec17ea1ee78923f1287c18e9905c19e4dfd9c64;p=pandora-kernel.git mfd: Explicitely include slab.h to rtsx This fixes the following build error on some architectures (parisc at least): drivers/mfd/rtsx_pcr.c: In function 'rtsx_pci_init_chip': drivers/mfd/rtsx_pcr.c:985:2: error: implicit declaration of function 'kcalloc' [-Werror=implicit-function-declaration] drivers/mfd/rtsx_pcr.c:985:13: warning: assignment makes pointer from integer without a cast [enabled by default] Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed