sparc32: Fix function signature of of_bus_sbus_get_flags().
authorDavid S. Miller <davem@davemloft.net>
Thu, 11 Sep 2008 06:38:51 +0000 (23:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Sep 2008 06:38:51 +0000 (23:38 -0700)
commitbdba4d6b77fcc76f206986d7cc55f1feb20301f8
tree6a61cab39347cda4beba9b18b4fb280694193908
parentebfb2c63405f2410897674f14e41c031c9302909
sparc32: Fix function signature of of_bus_sbus_get_flags().

This doesn't match the function pointer type it gets assigned
to.  Luckily, this was harmless.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/of_device.c