From 573b507d8dded7cbdb2c96eccdeacf3b56790944 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Fri, 22 Aug 2008 17:03:03 +0200 Subject: [PATCH] --- yaml --- r: 111111 b: refs/heads/master c: b6e2f58a503b56e154f90dc516647c93c5fe873d h: refs/heads/master i: 111109: cbb85868ffbfc639ce64a449bc560a980db17319 111107: de738e02236ec2870f89befc53d288b1d272dbc7 111103: b9bf35609ab82767317c61cbec95ac4c00b49718 v: v3 --- [refs] | 2 +- trunk/arch/mips/rb532/devices.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index fc17f6e0bc68..f3fe9e705282 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c76befc3429354909d3242d11b8d3bcb3bea4b03 +refs/heads/master: b6e2f58a503b56e154f90dc516647c93c5fe873d diff --git a/trunk/arch/mips/rb532/devices.c b/trunk/arch/mips/rb532/devices.c index 7090dc97606f..31619c601b11 100644 --- a/trunk/arch/mips/rb532/devices.c +++ b/trunk/arch/mips/rb532/devices.c @@ -84,7 +84,7 @@ static struct korina_device korina_dev0_data = { }; static struct platform_device korina_dev0 = { - .id = 0, + .id = -1, .name = "korina", .dev.platform_data = &korina_dev0_data, .resource = korina_dev0_res, @@ -108,7 +108,7 @@ static struct cf_device cf_slot0_data = { }; static struct platform_device cf_slot0 = { - .id = 0, + .id = -1, .name = "pata-rb532-cf", .dev.platform_data = &cf_slot0_data, .resource = cf_slot0_res, @@ -173,7 +173,7 @@ static struct mtd_partition rb532_partition_info[] = { static struct platform_device rb532_led = { .name = "rb532-led", - .id = 0, + .id = -1, }; static struct gpio_keys_button rb532_gpio_btn[] = {