platform.c (a50ff19d0658d8a09026158448894f06a4521f33) platform.c (d1de6d6c639b7827c42c4750b8101ed1049e1c72)
1/*
2 * Copyright (C) 2006 Benjamin Herrenschmidt, IBM Corp.
3 * <benh@kernel.crashing.org>
4 * and Arnd Bergmann, IBM Corp.
5 * Merged from powerpc/kernel/of_platform.c and
6 * sparc{,64}/kernel/of_device.c by Stephen Rothwell
7 *
8 * This program is free software; you can redistribute it and/or

--- 484 unchanged lines hidden (view full) ---

493{
494 return of_platform_populate(root, of_default_bus_match_table, lookup,
495 parent);
496}
497EXPORT_SYMBOL_GPL(of_platform_default_populate);
498
499#ifndef CONFIG_PPC
500static const struct of_device_id reserved_mem_matches[] = {
1/*
2 * Copyright (C) 2006 Benjamin Herrenschmidt, IBM Corp.
3 * <benh@kernel.crashing.org>
4 * and Arnd Bergmann, IBM Corp.
5 * Merged from powerpc/kernel/of_platform.c and
6 * sparc{,64}/kernel/of_device.c by Stephen Rothwell
7 *
8 * This program is free software; you can redistribute it and/or

--- 484 unchanged lines hidden (view full) ---

493{
494 return of_platform_populate(root, of_default_bus_match_table, lookup,
495 parent);
496}
497EXPORT_SYMBOL_GPL(of_platform_default_populate);
498
499#ifndef CONFIG_PPC
500static const struct of_device_id reserved_mem_matches[] = {
501 { .compatible = "qcom,rmtfs-mem" },
501 { .compatible = "ramoops" },
502 {}
503};
504
505static int __init of_platform_default_populate_init(void)
506{
507 struct device_node *node;
508

--- 196 unchanged lines hidden ---
502 { .compatible = "ramoops" },
503 {}
504};
505
506static int __init of_platform_default_populate_init(void)
507{
508 struct device_node *node;
509

--- 196 unchanged lines hidden ---