GenWQE: Fix compile problems for Alpha
authorFrank Haverkamp <haver@linux.vnet.ibm.com>
Tue, 7 Jan 2014 14:41:24 +0000 (15:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Jan 2014 23:22:15 +0000 (15:22 -0800)
The header which contained the declaration for kcalloc() was not
inlcuded.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Frank Haverkamp <haver@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/genwqe/card_base.h
drivers/misc/genwqe/card_ddcb.c

index 41953e34d1a377633df115ec2f25aa34388e1ba9..5e4dbd21f89ad1fb8206a33b9c4e7c8b204c40ae 100644 (file)
@@ -36,6 +36,7 @@
 #include <linux/io.h>
 #include <linux/version.h>
 #include <linux/debugfs.h>
+#include <linux/slab.h>
 
 #include <linux/genwqe/genwqe_card.h>
 #include "genwqe_driver.h"
index b5a3206df3cd70d047328aa7a655127ca135aca3..6f1acc0ccf887f37ef2d095e62fe41b9f7164b44 100644 (file)
@@ -38,6 +38,7 @@
 #include <linux/interrupt.h>
 #include <linux/crc-itu-t.h>
 
+#include "card_base.h"
 #include "card_ddcb.h"
 
 /*
This page took 0.025578 seconds and 5 git commands to generate.