From 08d77bc670efb537fcdb164917d700005d8ab7f7 Mon Sep 17 00:00:00 2001
From: Timothy Meade <zt.tmzt@gmail.com>
Date: Thu, 24 Sep 2009 06:29:25 -0400
Subject: [PATCH 10/11] reenable snd on on raph500, use new header

---
 arch/arm/mach-msm/board-htcraphael-cdma500.c |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/arch/arm/mach-msm/board-htcraphael-cdma500.c b/arch/arm/mach-msm/board-htcraphael-cdma500.c
index 998b68d..f384c64 100644
--- a/arch/arm/mach-msm/board-htcraphael-cdma500.c
+++ b/arch/arm/mach-msm/board-htcraphael-cdma500.c
@@ -52,8 +52,8 @@
 #include "proc_comm_wince.h"
 #include "devices.h"
 #include "htc_hw.h"
-#include "board-htcraphael.h"
-//include "board-htcraphael-cdma500.h"
+//include "board-htcraphael.h"
+#include "board-htcraphael-cdma500.h"
 
 static int halibut_ffa;
 module_param_named(ffa, halibut_ffa, int, S_IRUGO | S_IWUSR | S_IWGRP);
@@ -368,10 +368,8 @@ static struct platform_device *devices[] __initdata = {
 	&msm_device_uart_dm2,
 #endif
 	&msm_device_htc_battery,
-/*
 	&raphael_snd,
-	&raphael_gps,
-*/
+//	&raphael_gps,
 };
 
 extern struct sys_timer msm_timer;
-- 
1.6.3.3


