drivers/base: fix compiler warning in SoC export driver - idr should be ida
commit3a4ffe930a2d2dad07604fe74d21b878decc6461
authorLee Jones <lee.jones@linaro.org>
Sat, 17 Mar 2012 09:17:49 +0000 (17 09:17 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Apr 2012 21:54:22 +0000 (9 14:54 -0700)
treed0374dd4c93c5efc3d46addb36b0ce38e94cc39e
parent33cb4f345687a27e3fece0a7fcf78ac2e7b0a7d6
drivers/base: fix compiler warning in SoC export driver - idr should be ida

This fixes:
  note: expected ‘struct ida *’ but argument is of type ‘struct idr *’
  warning: passing argument 1 of ‘ida_pre_get’ from incompatible pointer type

Reported-by: Arnd Bergman <arnd@arndb.de>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/soc.c