linux-stable-rt/arch/powerpc/platforms/pasemi
Joe Perches 28f65c11f2 treewide: Convert uses of struct resource to resource_size(ptr)
Several fixes as well where the +1 was missing.

Done via coccinelle scripts like:

@@
struct resource *ptr;
@@

- ptr->end - ptr->start + 1
+ resource_size(ptr)

and some grep and typing.

Mostly uncompiled, no cross-compilers.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2011-06-10 14:55:36 +02:00
..
Kconfig
Makefile
cpufreq.c
dma_lib.c treewide: Convert uses of struct resource to resource_size(ptr) 2011-06-10 14:55:36 +02:00
gpio_mdio.c dt/powerpc: Eliminate users of of_platform_{,un}register_driver 2011-02-28 01:36:39 -07:00
idle.c
iommu.c powerpc/pasemi: Clean up pasemi iommu table initializations 2010-11-29 15:48:20 +11:00
misc.c
pasemi.h
pci.c
powersave.S
setup.c powerpc: Convert to new irq_* function names 2011-03-29 14:48:12 +02:00
time.c