ARM: amba: make internal ID table handling const
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 19 Feb 2011 15:55:26 +0000 (15:55 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 23 Feb 2011 16:24:19 +0000 (16:24 +0000)
commitc862aab0bc14060bfa8351ff1e93cbce9669abcf
treecd822d31785ce9464a34bf08284973795453d922
parentaa25afad2ca60d19457849ea75e9c31236f4e174
ARM: amba: make internal ID table handling const

As all probe() functions now take a const pointer, we can make the bus
level code deal with const pointers too.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/amba/bus.c