alistair23-linux/drivers/of
Geert Uytterhoeven 48a9b733e6 of/irq: Rename "intc_desc" to "of_intc_desc" to fix OF on sh
Now CONFIG_OF can be enabled on sh:

    drivers/of/irq.c:472:8: error: redefinition of 'struct intc_desc'
    include/linux/sh_intc.h:109:8: note: originally defined here

As "intc_desc" is used all over the place in sh platform code, while
drivers/of/irq.c has a local definition used in a single function,
rename the latter by prefixing it with "of_".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Grant Likely <grant.likely@linaro.org>
2015-06-30 17:03:57 +01:00
..
unittest-data of/unittest: replace 'selftest' with 'unittest' 2015-03-25 00:53:29 -05:00
address.c of/address: use atomic allocation in pci_register_io_range() 2015-06-23 10:17:40 -05:00
base.c of: return NUMA_NO_NODE from fallback of_node_to_nid() 2015-06-04 14:39:52 +09:00
device.c of: add helper function to retrive match data 2015-05-28 12:59:40 -05:00
dynamic.c
fdt.c Merge remote-tracking branch 'robh/for-next' into devicetree/next 2015-06-30 14:28:52 +01:00
fdt_address.c
irq.c of/irq: Rename "intc_desc" to "of_intc_desc" to fix OF on sh 2015-06-30 17:03:57 +01:00
Kconfig of: make unittest select OF_EARLY_FLATTREE instead of depend on it 2015-06-04 20:16:46 -05:00
Makefile of: clean-up unnecessary libfdt include paths 2015-06-04 20:16:47 -05:00
of_mdio.c of: mdio: export of_mdio_parse_addr 2015-03-11 17:56:28 -04:00
of_mtd.c
of_net.c of_net: factor out repetitive code from of_get_mac_address() 2015-03-29 08:56:17 +01:00
of_pci.c of/pci: Add of_pci_dma_configure() to update DMA configuration 2015-03-03 14:42:57 -06:00
of_pci_irq.c
of_private.h
of_reserved_mem.c
overlay.c of/overlay: Grammar s/an negative/a negative/ 2015-05-28 13:00:25 -05:00
pdt.c
platform.c of: Move of_dma_configure() to device.c to help re-use 2015-03-03 14:42:56 -06:00
resolver.c
unittest.c Devicetree updates for 4.1: 2015-04-24 08:46:18 -07:00