drivers/base: fix compiler warning in SoC export driver - idr should be ida
authorLee Jones <lee.jones@linaro.org>
Sat, 17 Mar 2012 09:17:49 +0000 (09:17 +0000)
committerGrazvydas Ignotas <notasas@gmail.com>
Fri, 20 Feb 2015 21:46:31 +0000 (23:46 +0200)
commitafc52f64390d5de611c36f249533787d0fa40400
tree428be384842d9eeeb0627074425b836b275a5787
parent2b85146015525997ecba99b1530df26f581e970f
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