From: Don Zickus Date: Wed, 13 May 2015 17:22:25 +0000 (-0400) Subject: staging: unisys: Convert device functions to pass dev_info pointer around X-Git-Tag: omap-for-v4.3/legacy-v2-signed~121^2~592 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4b598fdde2773f0f0498d7c1e41b088db781f11;p=pandora-kernel.git staging: unisys: Convert device functions to pass dev_info pointer around Most device functions pass bus_no and dev_no around and then do a lookup inside each function to find the dev_info struct. Instead just pass the pointer. This prepares us for a later conversion to using visor device. No real technical changes. Just function header changes and little cleanups as a result. Signed-off-by: Don Zickus Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed