From ff7d9bacf828e7f5c7970840503a499da8463e49 Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Wed, 22 Apr 2009 00:43:22 +0400 Subject: [PATCH] --- yaml --- r: 149345 b: refs/heads/master c: 96a9fcaf5d9a04f3ca8855d7b8d034089ccc8533 h: refs/heads/master i: 149343: c8da4ea0e45c378e21dc882a33943ea75605adf9 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-pxa/csb726.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 5d61b3215c6e..a611a7554c94 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b86017150087ac62c834ac64b87b9565850eb320 +refs/heads/master: 96a9fcaf5d9a04f3ca8855d7b8d034089ccc8533 diff --git a/trunk/arch/arm/mach-pxa/csb726.c b/trunk/arch/arm/mach-pxa/csb726.c index 657d7a491747..7d3e1b46e550 100644 --- a/trunk/arch/arm/mach-pxa/csb726.c +++ b/trunk/arch/arm/mach-pxa/csb726.c @@ -26,6 +26,7 @@ #include #include #include +#include #include "generic.h" #include "devices.h" @@ -315,6 +316,7 @@ static void __init csb726_init(void) pxa27x_set_i2c_power_info(NULL); pxa_set_mci_info(&csb726_mci); pxa_set_ohci_info(&csb726_ohci_platform_data); + pxa_set_ac97_info(NULL); platform_add_devices(devices, ARRAY_SIZE(devices)); }