From: Kalle Valo <kalle.valo@nokia.com>
To: linux-omap@vger.kernel.org
Cc: ville.tervo@nokia.com
Subject: [PATCH] n800-bt: include board-nokia.h
Date: Fri, 16 Jan 2009 21:11:01 +0200 [thread overview]
Message-ID: <20090116191100.17814.16519.stgit@tikku> (raw)
In-Reply-To: <87bpu7m6iq.fsf@nokia.com>
Fixes compilation error:
arch/arm/mach-omap2/board-n800-bt.c: In function 'n800_bt_init':
arch/arm/mach-omap2/board-n800-bt.c:36: error: 'OMAP_TAG_NOKIA_BT' undeclared (first use in this function)
arch/arm/mach-omap2/board-n800-bt.c:36: error: (Each undeclared identifier is reported only once
arch/arm/mach-omap2/board-n800-bt.c:36: error: for each function it appears in.)
arch/arm/mach-omap2/board-n800-bt.c:36: error: invalid application of 'sizeof' to incomplete type 'struct omap_bluetooth_config'
Signed-off-by: Kalle Valo <kalle.valo@nokia.com>
---
arch/arm/mach-omap2/board-n800-bt.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-omap2/board-n800-bt.c b/arch/arm/mach-omap2/board-n800-bt.c
index 61afd2b..da3a7bb 100644
--- a/arch/arm/mach-omap2/board-n800-bt.c
+++ b/arch/arm/mach-omap2/board-n800-bt.c
@@ -22,6 +22,7 @@
#include <linux/kernel.h>
#include <linux/platform_device.h>
#include <mach/board.h>
+#include <mach/board-nokia.h>
static struct platform_device n800_bt_device = {
.name = "hci_h4p",
prev parent reply other threads:[~2009-01-16 19:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-16 18:48 board-n800-bt.c compilation error (OMAP_TAG_NOKIA_BT missing) Kalle Valo
2009-01-16 19:11 ` Kalle Valo [this message]
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=20090116191100.17814.16519.stgit@tikku \
--to=kalle.valo@nokia.com \
--cc=linux-omap@vger.kernel.org \
--cc=ville.tervo@nokia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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