From: Don Zickus Date: Thu, 4 Jun 2015 13:22:41 +0000 (-0400) Subject: staging: unisys: Convert bus creation to use visor_device X-Git-Tag: omap-for-v4.3/legacy-v2-signed~121^2~307 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d32517e392b90354f79f6c7a357f96c37b5fe4fd;p=pandora-kernel.git staging: unisys: Convert bus creation to use visor_device This patch removes the legacy bus_info struct and instead creates and passes around a traditional struct device. This allows us to remove a lot of the various look up code and removes the doubt if the struct exists or not. Half of the churn is just the conversion of visorchipset_bus_info to visor_device. Various cleanups include re-arranging the failure paths to make more sense. Signed-off-by: Don Zickus Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed