From: Stephen Rothwell <sfr@canb•auug.org.au>
To: David Woodhouse <dwmw2@infradead•org>
Cc: linux-next@vger•kernel.org
Subject: linux-next: firmware build failure
Date: Thu, 12 Jun 2008 16:28:17 +1000 [thread overview]
Message-ID: <20080612162817.c0a4e115.sfr@canb.auug.org.au> (raw)
Hi David,
Today's linux-next build (x86_64 allmodconfig) failed like this:
drivers/char/ip2/ip2main.c: In function 'ip2_request_firmware':
drivers/char/ip2/ip2main.c:483: error: implicit declaration of function 'platform_device_register_simple'
drivers/char/ip2/ip2main.c:483: warning: assignment makes pointer from integer without a cast
drivers/char/ip2/ip2main.c:486: error: dereferencing pointer to incomplete type
drivers/char/ip2/ip2main.c:490: error: implicit declaration of function 'platform_device_unregister'
I applied the patch below.
--
Cheers,
Stephen Rothwell sfr@canb•auug.org.au
http://www.canb.auug.org.au/~sfr/
>From 8cf424dac01282d3e8a4041f27c6de6a15a47823 Mon Sep 17 00:00:00 2001
From: Stephen Rothwell <sfr@canb•auug.org.au>
Date: Thu, 12 Jun 2008 16:25:34 +1000
Subject: [PATCH] firmware: fix ip2 conversion fallout
Signed-off-by: Stephen Rothwell <sfr@canb•auug.org.au>
---
drivers/char/ip2/ip2main.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/char/ip2/ip2main.c b/drivers/char/ip2/ip2main.c
index 1199a2b..e8a4d16 100644
--- a/drivers/char/ip2/ip2main.c
+++ b/drivers/char/ip2/ip2main.c
@@ -100,6 +100,7 @@
#include <linux/device.h>
#include <linux/smp_lock.h>
#include <linux/firmware.h>
+#include <linux/platform_device.h>
#include <linux/tty.h>
#include <linux/tty_flip.h>
--
1.5.5.4
next reply other threads:[~2008-06-12 6:28 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-12 6:28 Stephen Rothwell [this message]
2008-06-12 8:54 ` linux-next: firmware build failure David Woodhouse
-- strict thread matches above, loose matches on Subject: below --
2008-06-06 7:47 Stephen Rothwell
2008-06-06 9:09 ` David Woodhouse
2008-06-06 9:31 ` David Woodhouse
2008-06-04 6:46 Stephen Rothwell
2008-06-04 9:22 ` David Woodhouse
2008-06-04 10:40 ` Stephen Rothwell
2008-06-04 9:53 ` David Woodhouse
2008-06-04 10:47 ` Stephen Rothwell
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=20080612162817.c0a4e115.sfr@canb.auug.org.au \
--to=sfr@canb$(echo .)auug.org.au \
--cc=dwmw2@infradead$(echo .)org \
--cc=linux-next@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