]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
n800-bt: include board-nokia.h
authorKalle Valo <kalle.valo@nokia.com>
Thu, 22 Jan 2009 13:19:06 +0000 (15:19 +0200)
committerTony Lindgren <tony@atomide.com>
Fri, 23 Jan 2009 02:22:35 +0000 (18:22 -0800)
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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-n800-bt.c

index 61afd2b2878e8b13dd1f443aad3d1f7de222f63b..da3a7bb6d89b327b10ce394ddf0aefe9d97b5de1 100644 (file)
@@ -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",