dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/arm/mach-mv78xx0
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
..
include/mach Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-arm 2011-03-17 19:08:06 -07:00
Kconfig
Makefile
Makefile.boot
addr-map.c
buffalo-wxl-setup.c
common.c ARM: orion: Consolidate SATA platform setup. 2011-05-16 15:13:19 -04:00
common.h
db78x00-bp-setup.c
irq.c arm: Cleanup the irq namespace 2011-03-29 14:47:57 +02:00
mpp.c ARM: orion: Refactor the MPP code common in the orion platform 2011-05-16 15:25:54 -04:00
mpp.h ARM: orion: Refactor the MPP code common in the orion platform 2011-05-16 15:25:54 -04:00
pcie.c treewide: Convert uses of struct resource to resource_size(ptr) 2011-06-10 14:55:36 +02:00
rd78x00-masa-setup.c