]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
gpio: omap: Drop 'method' parameter
authorTom Rini <trini@konsulko.com>
Fri, 31 Jul 2015 23:55:09 +0000 (19:55 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 13 Aug 2015 00:48:06 +0000 (20:48 -0400)
commit0a9e34056fcf86fb64e70bd281875eb7bbdbabde
treebd8804f9c2552cf53c85cf34b779550a3c978b5b
parent1480fdf8a6dad28de70ade72974db436f7967525
gpio: omap: Drop 'method' parameter

The "method" parameter was part of the original port of the driver from
the kernel.  At some point this may have been added to allow for future
differentiation (as omap1 and omap2 have different GPIO IP blocks, so
this wasn't an unreasonable thing to do).  At this point however it's
just extra overhead, so drop.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/cpu/armv7/am33xx/board.c
arch/arm/cpu/armv7/omap3/board.c
arch/arm/cpu/armv7/omap4/hwinit.c
arch/arm/cpu/armv7/omap5/hwinit.c
arch/arm/include/asm/omap_gpio.h
drivers/gpio/omap_gpio.c