Found on allmodconfig build (ARCH=alpha) drivers/staging/solo6x10/p2m.c: In function 'solo_p2m_dma_t': drivers/staging/solo6x10/p2m.c:52: error: implicit declaration of function 'kzalloc' Signed-off-by: Sergei Trofimovich <slyfox@xxxxxxxxxx> Cc: Ben Collins <bcollins@xxxxxxxxxxxxxx> Cc: Greg Kroah-Hartman <gregkh@xxxxxxx> Cc: "Krzysztof Hałasa" <khalasa@xxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx --- drivers/staging/solo6x10/p2m.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/staging/solo6x10/p2m.c b/drivers/staging/solo6x10/p2m.c index 5717eab..2fce566 100644 --- a/drivers/staging/solo6x10/p2m.c +++ b/drivers/staging/solo6x10/p2m.c @@ -19,6 +19,7 @@ #include <linux/kernel.h> #include <linux/scatterlist.h> +#include <linux/slab.h> #include "solo6x10.h" /* #define SOLO_TEST_P2M */ -- 1.7.3.4 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel