original_kernel/arch/microblaze/kernel
Grant Likely 58f9b0b024 of: eliminate of_device->node and dev_archdata->{of,prom}_node
This patch eliminates the node pointer from struct of_device and the
of_node (or prom_node) pointer from struct dev_archdata since the node
pointer is now part of struct device proper when CONFIG_OF is set, and
all users of the old pointer locations have already been converted over
to use device->of_node.

Also remove dev_archdata_{get,set}_node() as it is no longer used by
anything.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2010-05-18 16:10:45 -06:00
..
cpu include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
Makefile
asm-offsets.c
dma.c Merge branch 'master' into export-slabh 2010-04-05 11:37:28 +09:00
early_printk.c
entry-nommu.S
entry.S
exceptions.c
ftrace.c microblaze: Fix ftrace_update_ftrace_func panic 2010-04-07 07:27:25 +02:00
head.S microblaze: head.S typo fix 2010-04-01 08:38:24 +02:00
heartbeat.c
hw_exception_handler.S microblaze: Use instruction with delay slot 2010-04-01 08:38:23 +02:00
init_task.c
intc.c
irq.c
mcount.S
microblaze_ksyms.c
misc.S microblaze: Use MICROBLAZE_TLB_SIZE in asm code 2010-04-01 08:38:24 +02:00
module.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
of_device.c of: eliminate of_device->node and dev_archdata->{of,prom}_node 2010-05-18 16:10:45 -06:00
of_platform.c of: Always use 'struct device.of_node' to get device node pointer. 2010-05-18 16:10:44 -06:00
process.c microblaze: Adding likely macros 2010-04-01 08:38:24 +02:00
prom.c
prom_parse.c
ptrace.c microblaze: Remove unused variable from ptrace 2010-04-07 15:47:55 +02:00
reset.c
selfmod.c
setup.c microblaze: Print early printk information to log buffer 2010-04-01 08:38:25 +02:00
signal.c
stacktrace.c
sys_microblaze.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
syscall_table.S
timer.c
traps.c microblaze: Fix "kstack=" parsing 2010-04-01 08:38:18 +02:00
vmlinux.lds.S