[PATCH 9/16] C99: 2.6.0-t3-bk7/arch/ppc

From: CaT
Date: Wed Aug 20 2003 - 03:19:13 EST


diff -aur linux.backup/arch/ppc/syslib/of_device.c linux/arch/ppc/syslib/of_device.c
--- linux.backup/arch/ppc/syslib/of_device.c Tue Aug 19 20:56:52 2003
+++ linux/arch/ppc/syslib/of_device.c Wed Aug 20 16:40:22 2003
@@ -52,8 +52,8 @@
}

struct bus_type of_platform_bus_type = {
- name: "of_platform",
- match: of_platform_bus_match,
+ .name = "of_platform",
+ .match = of_platform_bus_match,
};

static int __init
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/