public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
From: Frank Haverkamp <haver@linux•vnet.ibm.com>
To: gregkh@linuxfoundation•org
Cc: linux-kernel@vger•kernel.org, linux-next@vger•kernel.org,
	dan.carpenter@oracle•com, fengguang.wu@intel•com,
	weiyj.lk@gmail•com, jim.epost@gmail•com, sfr@canb•auug.org.au,
	jsvogt@de•ibm.com, MIJUNG@de•ibm.com, michael@ibmra•de,
	schwidefsky@de•ibm.com, cody@linux•vnet.ibm.com,
	cascardo@linux•vnet.ibm.com, kernel-janitors@vger•kernel.org,
	haver@linux•vnet.ibm.com
Subject: [PATCH 2/3] GenWQE: Fix compile problems for Alpha
Date: Tue,  7 Jan 2014 15:41:24 +0100	[thread overview]
Message-ID: <1389105685-25245-2-git-send-email-haver@linux.vnet.ibm.com> (raw)
In-Reply-To: <1389105556.15325.22.camel@oc7383187364.ibm.com>

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>
---
 drivers/misc/genwqe/card_base.h |    1 +
 drivers/misc/genwqe/card_ddcb.c |    1 +
 2 files changed, 2 insertions(+)

--- a/drivers/misc/genwqe/card_base.h
+++ b/drivers/misc/genwqe/card_base.h
@@ -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"
--- a/drivers/misc/genwqe/card_ddcb.c
+++ b/drivers/misc/genwqe/card_ddcb.c
@@ -38,6 +38,7 @@
 #include <linux/interrupt.h>
 #include <linux/crc-itu-t.h>
 
+#include "card_base.h"
 #include "card_ddcb.h"
 
 /*

  parent reply	other threads:[~2014-01-07 14:41 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-20 14:17 randconfig build error with next-20131220, in drivers/misc/genwqe/genwqe_driver.h Jim Davis
2013-12-20 15:26 ` [PATCH 1/2] GenWQE: Fix endian issues detected by sparse Frank Haverkamp
2013-12-20 16:47   ` Greg KH
2013-12-20 19:12   ` Frank Haverkamp
2013-12-20 19:27     ` [PATCH] GenWQE: Accidently casting to u32 where u64 is required Frank Haverkamp
2014-01-07  6:41   ` [PATCH 1/2] GenWQE: Fix endian issues detected by sparse Dan Carpenter
2014-01-07 12:30     ` Frank Haverkamp
2014-01-07 12:45       ` Dan Carpenter
2014-01-07 14:39         ` Frank Haverkamp
2014-01-07 14:41           ` [PATCH 1/3] GenWQE: Rework return code for flash-update ioctl Frank Haverkamp
2014-01-07 14:41           ` Frank Haverkamp [this message]
2014-01-07 14:41           ` [PATCH 3/3] GenWQE: Fix warnings for sparc Frank Haverkamp
2013-12-20 15:26 ` [PATCH 2/2] GenWQE: Replace dynamic_hex_dump with print_hex_dump_debug Frank Haverkamp
2013-12-20 15:33   ` Greg KH
2013-12-20 15:49     ` Frank Haverkamp
2013-12-20 15:55       ` Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1389105685-25245-2-git-send-email-haver@linux.vnet.ibm.com \
    --to=haver@linux$(echo .)vnet.ibm.com \
    --cc=MIJUNG@de$(echo .)ibm.com \
    --cc=cascardo@linux$(echo .)vnet.ibm.com \
    --cc=cody@linux$(echo .)vnet.ibm.com \
    --cc=dan.carpenter@oracle$(echo .)com \
    --cc=fengguang.wu@intel$(echo .)com \
    --cc=gregkh@linuxfoundation$(echo .)org \
    --cc=jim.epost@gmail$(echo .)com \
    --cc=jsvogt@de$(echo .)ibm.com \
    --cc=kernel-janitors@vger$(echo .)kernel.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-next@vger$(echo .)kernel.org \
    --cc=michael@ibmra$(echo .)de \
    --cc=schwidefsky@de$(echo .)ibm.com \
    --cc=sfr@canb$(echo .)auug.org.au \
    --cc=weiyj.lk@gmail$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox