From: Don Zickus Date: Mon, 1 Jun 2015 17:00:28 +0000 (-0400) Subject: staging: unisys: Prepare vbus_hdr_info to be public X-Git-Tag: omap-for-v4.3/legacy-v2-signed~121^2~364 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7726f81357f9ddb55611995b1ec2e75abbd733a1;p=pandora-kernel.git staging: unisys: Prepare vbus_hdr_info to be public In order to remove bus_info, we need to migrate vbus_hdr_info into the public namespace of visor_device. Because the struct is private, we use a void * to hide the contents. As a result, we need to allocate vbus_hdr_info and manage it. Also work around vbus_valid, as that variable will not be used in the public namespace. Signed-off-by: Don Zickus Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed