diff options
author | David Kershner <david.kershner@unisys.com> | 2016-09-02 23:41:45 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-09-12 14:28:49 +0300 |
commit | f6573adedb7d8ee4be3a88fdb2b2e944695946d7 (patch) | |
tree | 6d0de2ea36abf1b28e797bec1f31847c7fc9e45e | |
parent | 4f3f0c3d7c3d0e6532e355068e0f0dc195380356 (diff) | |
download | linux-f6573adedb7d8ee4be3a88fdb2b2e944695946d7.tar.xz |
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 <david.kershner@unisys.com>
Reviewed-by: Tim Sell <Timothy.Sell@unisys.com>
Reported-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/unisys/visorbus/visorchipset.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 <linux/uuid.h> #include <linux/crash_dump.h> -#include "channel.h" -#include "controlvmchannel.h" #include "version.h" #include "visorbus.h" #include "visorbus_private.h" |