From: Kalle Valo Date: Thu, 22 Jan 2009 13:19:06 +0000 (+0200) Subject: n800-bt: include board-nokia.h X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=c93fb7ed271cca0bacefdd66943f3a03f1119bd7;p=linux-2.6-omap-h63xx.git n800-bt: include board-nokia.h 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 Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/board-n800-bt.c b/arch/arm/mach-omap2/board-n800-bt.c index 61afd2b2878..da3a7bb6d89 100644 --- a/arch/arm/mach-omap2/board-n800-bt.c +++ b/arch/arm/mach-omap2/board-n800-bt.c @@ -22,6 +22,7 @@ #include #include #include +#include static struct platform_device n800_bt_device = { .name = "hci_h4p",