diff options
author | Frank Haverkamp <haver@linux.vnet.ibm.com> | 2014-01-07 09:41:24 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-01-08 18:22:15 -0500 |
commit | 90b4e97e69ff3d6cca3e227145c7de8305bd84cf (patch) | |
tree | 26533bff9298ebff9ba2e69bef5e5cf7ca4ad6fb /drivers/misc | |
parent | aa98a28563d2abcd904d07fd5e54553290c85f91 (diff) |
GenWQE: Fix compile problems for Alpha
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>
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/genwqe/card_base.h | 1 | ||||
-rw-r--r-- | drivers/misc/genwqe/card_ddcb.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/misc/genwqe/card_base.h b/drivers/misc/genwqe/card_base.h index 41953e34d1a3..5e4dbd21f89a 100644 --- a/drivers/misc/genwqe/card_base.h +++ b/drivers/misc/genwqe/card_base.h | |||
@@ -36,6 +36,7 @@ | |||
36 | #include <linux/io.h> | 36 | #include <linux/io.h> |
37 | #include <linux/version.h> | 37 | #include <linux/version.h> |
38 | #include <linux/debugfs.h> | 38 | #include <linux/debugfs.h> |
39 | #include <linux/slab.h> | ||
39 | 40 | ||
40 | #include <linux/genwqe/genwqe_card.h> | 41 | #include <linux/genwqe/genwqe_card.h> |
41 | #include "genwqe_driver.h" | 42 | #include "genwqe_driver.h" |
diff --git a/drivers/misc/genwqe/card_ddcb.c b/drivers/misc/genwqe/card_ddcb.c index b5a3206df3cd..6f1acc0ccf88 100644 --- a/drivers/misc/genwqe/card_ddcb.c +++ b/drivers/misc/genwqe/card_ddcb.c | |||
@@ -38,6 +38,7 @@ | |||
38 | #include <linux/interrupt.h> | 38 | #include <linux/interrupt.h> |
39 | #include <linux/crc-itu-t.h> | 39 | #include <linux/crc-itu-t.h> |
40 | 40 | ||
41 | #include "card_base.h" | ||
41 | #include "card_ddcb.h" | 42 | #include "card_ddcb.h" |
42 | 43 | ||
43 | /* | 44 | /* |