From 0ff05c4e011915a521e766100489d71c1d69adc3 Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Wed, 9 Apr 2008 19:14:15 +0100 Subject: [PATCH] --- yaml --- r: 91244 b: refs/heads/master c: e6816f34e4ee237fc1b54e0357e9ea31462ad411 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-pxa/magician.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 043ff213e375..58ee1777a6e0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 103a1754894eecf488103f7739061e7e767049ad +refs/heads/master: e6816f34e4ee237fc1b54e0357e9ea31462ad411 diff --git a/trunk/arch/arm/mach-pxa/magician.c b/trunk/arch/arm/mach-pxa/magician.c index b0dc18110225..0160cd8f6c65 100644 --- a/trunk/arch/arm/mach-pxa/magician.c +++ b/trunk/arch/arm/mach-pxa/magician.c @@ -29,6 +29,7 @@ #include #include #include +#include #include #include @@ -201,6 +202,7 @@ static struct platform_device *devices[] __initdata = { static void __init magician_init(void) { platform_add_devices(devices, ARRAY_SIZE(devices)); + pxa_set_i2c_info(NULL); pxa_set_ohci_info(&magician_ohci_info); pxa_set_ficp_info(&magician_ficp_info); set_pxa_fb_info(&toppoly_info);