commit | 6db4325b1f3e31f7b2005435b6a8dee335d27c95 | [log] [tgz] |
---|---|---|
author | David Kershner <[email protected]> | Wed Sep 27 13:14:32 2017 -0400 |
committer | Greg Kroah-Hartman <[email protected]> | Thu Sep 28 11:17:14 2017 +0200 |
tree | 0d31dc53de80b0367ef3c0f5077a3cfc0e2dd7cc | |
parent | b71d87b74664bab5de8f743a29f4d7d04a0a27e2 [diff] |
staging: unisys: include: reorder to avoid forward declaration The include file visorbus.h has a forward declaration of visor_device. A simple reorder of the file removed the need for the forward declaration. Signed-off-by: David Kershner <[email protected]> Reviewed-by: Tim Sell <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>