[ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void *
authorAlessandro Rubini <rubini@gnudd.com>
Wed, 20 May 2009 21:39:08 +0000 (22:39 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 20 May 2009 22:26:51 +0000 (23:26 +0100)
commit03fbdb15c14e9746c63168e3ff2c64b9c8336d33
tree819b4986a4f274c3402b74ccf0c7c815647daf3d
parenta93ea9b357a4d4fce9a1f65bf9c152fb67c30716
[ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void *

The second argument of the probe method points to the amba_id
structure, so it's better passed with the correct type. None of the
current in-tree drivers uses the pointer, so they have only been
checked for a clean compile.

Change suggested by Russell King.

Signed-off-by: Alessandro Rubini <rubini@unipv.it>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/input/serio/ambakmi.c
drivers/mmc/host/mmci.c
drivers/rtc/rtc-pl030.c
drivers/rtc/rtc-pl031.c
drivers/serial/amba-pl010.c
drivers/serial/amba-pl011.c
drivers/video/amba-clcd.c
include/linux/amba/bus.h
sound/arm/aaci.c