Guestlinuxdebug.h is only used by visorbus, move the include file into its directory instead of the global one.
Signed-off-by: David Kershner <[email protected]> Reviewed-by: Tim Sell <[email protected]> Reported-by: Greg Kroah-Hartman <[email protected]> --- drivers/staging/unisys/{include => visorbus}/guestlinuxdebug.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename drivers/staging/unisys/{include => visorbus}/guestlinuxdebug.h (100%) diff --git a/drivers/staging/unisys/include/guestlinuxdebug.h b/drivers/staging/unisys/visorbus/guestlinuxdebug.h similarity index 100% rename from drivers/staging/unisys/include/guestlinuxdebug.h rename to drivers/staging/unisys/visorbus/guestlinuxdebug.h -- 1.9.1 _______________________________________________ devel mailing list [email protected] http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
