From: Lee Jones Date: Sat, 17 Mar 2012 09:17:49 +0000 (+0000) Subject: drivers/base: fix compiler warning in SoC export driver - idr should be ida X-Git-Tag: v3.4-rc3~26^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a4ffe930a2d2dad07604fe74d21b878decc6461;p=pandora-kernel.git 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 Cc: Greg Kroah-Hartman Signed-off-by: Lee Jones Signed-off-by: Axel Lin Acked-by: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed