From b70217dfc67ffaa5a7c0fcf8df06da9517837d62 Mon Sep 17 00:00:00 2001
From: Tuomas Kulve <tuomas@kulve.fi>
Date: Mon, 28 Apr 2008 17:46:11 +0300
Subject: [PATCH] Gumstix BT: added include for PXA gpio.

---
 net/bluetooth/gumstix_bluetooth.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/bluetooth/gumstix_bluetooth.c b/net/bluetooth/gumstix_bluetooth.c
index 5048cfb..1f089ca 100644
--- a/net/bluetooth/gumstix_bluetooth.c
+++ b/net/bluetooth/gumstix_bluetooth.c
@@ -19,6 +19,7 @@
 #include <asm/delay.h>
 
 #include <asm/arch/gumstix.h>
+#include <asm/arch/pxa2xx-gpio.h>
 
 static void gumstix_bluetooth_load(void)
 {
-- 
1.5.3.7


