From: Alessandro Rubini Date: Wed, 20 May 2009 21:39:08 +0000 (+0100) Subject: [ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void * X-Git-Tag: v2.6.30-rc7~16^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03fbdb15c14e9746c63168e3ff2c64b9c8336d33;p=pandora-kernel.git [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 Signed-off-by: Russell King --- Reading git-diff-tree failed