From: David Kershner Date: Fri, 2 Sep 2016 20:41:45 +0000 (-0400) Subject: staging: unisys: visorbus: cleanup include listings X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=f6573adedb7d8ee4be3a88fdb2b2e944695946d7;p=deliverable%2Flinux.git 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 --- diff --git a/drivers/staging/unisys/visorbus/visorchipset.c b/drivers/staging/unisys/visorbus/visorchipset.c index fc40a17bfc45..ad8a40767967 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"