]> git.kernelconcepts.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:19:14 +0000 (10:19 +0200)
commit6b9335a53532ea94f486e38bb5381f8739f52a41
treeb434db5e9c5496fb8021defd6a73cfae84309db1
parentf37a3043cbbda8e084798a217d6f0c1ebe6e26b0
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