public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert@linux-m68k•org>
To: Hauke Mehrtens <hauke@hauke-m•de>,
	Greg Kroah-Hartman <gregkh@linuxfoundation•org>
Cc: linux-usb@vger•kernel.org, linux-next@vger•kernel.org,
	Geert Uytterhoeven <geert@linux-m68k•org>
Subject: [PATCH 2/2] usb/ssb: Add missing #include <linux/slab.h>
Date: Mon, 23 Apr 2012 21:55:32 +0200	[thread overview]
Message-ID: <1335210932-9565-2-git-send-email-geert@linux-m68k.org> (raw)
In-Reply-To: <1335210932-9565-1-git-send-email-geert@linux-m68k.org>

m68k/allmodconfig:

drivers/usb/host/ssb-hcd.c: In function ‘ssb_hcd_probe’:
drivers/usb/host/ssb-hcd.c:170: error: implicit declaration of function ‘kzalloc’
drivers/usb/host/ssb-hcd.c:170: warning: assignment makes pointer from integer without a cast
drivers/usb/host/ssb-hcd.c:205: error: implicit declaration of function ‘kfree’

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k•org>
---
http://kisskb.ellerman.id.au/kisskb/buildresult/6167030/
---
 drivers/usb/host/ssb-hcd.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/usb/host/ssb-hcd.c b/drivers/usb/host/ssb-hcd.c
index c2e7343..c2a29fa 100644
--- a/drivers/usb/host/ssb-hcd.c
+++ b/drivers/usb/host/ssb-hcd.c
@@ -22,6 +22,7 @@
 #include <linux/delay.h>
 #include <linux/platform_device.h>
 #include <linux/module.h>
+#include <linux/slab.h>
 #include <linux/usb/ehci_pdriver.h>
 #include <linux/usb/ohci_pdriver.h>
 
-- 
1.7.0.4

  reply	other threads:[~2012-04-23 19:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-23 19:55 [PATCH 1/2] usb/bcma: Add missing #include <linux/slab.h> Geert Uytterhoeven
2012-04-23 19:55 ` Geert Uytterhoeven [this message]
     [not found]   ` <1335210932-9565-2-git-send-email-geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
2012-04-23 22:04     ` [PATCH 2/2] usb/ssb: " Hauke Mehrtens
     [not found] ` <1335210932-9565-1-git-send-email-geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
2012-04-23 22:03   ` [PATCH 1/2] usb/bcma: " Hauke Mehrtens

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=1335210932-9565-2-git-send-email-geert@linux-m68k.org \
    --to=geert@linux-m68k$(echo .)org \
    --cc=gregkh@linuxfoundation$(echo .)org \
    --cc=hauke@hauke-m$(echo .)de \
    --cc=linux-next@vger$(echo .)kernel.org \
    --cc=linux-usb@vger$(echo .)kernel.org \
    /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