From: Don Zickus Date: Wed, 13 May 2015 17:22:18 +0000 (-0400) Subject: staging: unisys: Prep for removing 'info' structs X-Git-Tag: omap-for-v4.3/legacy-v2-signed~121^2~599 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fb3016eab6950b547e6ae794830c51165485b13;p=pandora-kernel.git staging: unisys: Prep for removing 'info' structs The visorbus driver has three _info structs lying around (device, bus, channel) that store subsets of info from the bigger structs. Having these structs around make resource handling very difficult and more complicated than it needs to be. Use the device infrastructure and instead pass 'struct visor_device' all over the place. In order to do that 'struct visor_device' needs to get smarter. This patch adds the pieces to prep for it. The new elements will be used in later patches. Signed-off-by: Don Zickus Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed