From bdb89bb514de5fda17fb5818a71e550a985f2cf0 Mon Sep 17 00:00:00 2001 From: David Kershner Date: Fri, 2 Sep 2016 16:41:45 -0400 Subject: [PATCH] staging: unisys: visorbus: cleanup include listings Cleaned up include section of files so that they only include the files needed by them. If an include file includes the file already don't repeat it. Signed-off-by: David Kershner Reviewed-by: Tim Sell Reported-by: Greg Kroah-Hartman Signed-off-by: Greg Kroah-Hartman --- drivers/staging/unisys/visorbus/visorchipset.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/unisys/visorbus/visorchipset.c b/drivers/staging/unisys/visorbus/visorchipset.c index fc40a17bfc45b..ad8a407679679 100644 --- a/drivers/staging/unisys/visorbus/visorchipset.c +++ b/drivers/staging/unisys/visorbus/visorchipset.c @@ -25,8 +25,6 @@ #include #include -#include "channel.h" -#include "controlvmchannel.h" #include "version.h" #include "visorbus.h" #include "visorbus_private.h" -- 2.39.5