[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>
Showing
- drivers/input/serio/ambakmi.c 1 addition, 1 deletiondrivers/input/serio/ambakmi.c
- drivers/mmc/host/mmci.c 1 addition, 1 deletiondrivers/mmc/host/mmci.c
- drivers/rtc/rtc-pl030.c 1 addition, 1 deletiondrivers/rtc/rtc-pl030.c
- drivers/rtc/rtc-pl031.c 1 addition, 1 deletiondrivers/rtc/rtc-pl031.c
- drivers/serial/amba-pl010.c 1 addition, 1 deletiondrivers/serial/amba-pl010.c
- drivers/serial/amba-pl011.c 1 addition, 1 deletiondrivers/serial/amba-pl011.c
- drivers/video/amba-clcd.c 1 addition, 1 deletiondrivers/video/amba-clcd.c
- include/linux/amba/bus.h 1 addition, 1 deletioninclude/linux/amba/bus.h
- sound/arm/aaci.c 1 addition, 1 deletionsound/arm/aaci.c
Loading
Please register or sign in to comment