diff options
author | David Kershner <[email protected]> | 2017-08-22 13:27:15 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2017-08-22 15:12:52 -0700 |
commit | 351c51e37cf32d3529e9b6aebca3c69bc982a5de (patch) | |
tree | 3f2d5e0091555825da754472a25e4b777e69b0aa | |
parent | ab3807d92f806f52aff8acb1a717f02f1e3b81f8 (diff) |
staging: unisys: visorbus: Remove unnecessary includes for visorchipset.c
Visorchipset.c was including unnecessary include files, either included by
other headers or not needed at all.
Reviewed-by: Sameer Wadgaonkar <[email protected]>
Signed-off-by: David Kershner <[email protected]>
Reviewed-by: Tim Sell <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-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 bfaf17effb2b..ced112830316 100644 --- a/drivers/staging/unisys/visorbus/visorchipset.c +++ b/drivers/staging/unisys/visorbus/visorchipset.c @@ -14,8 +14,6 @@ */ #include <linux/acpi.h> -#include <linux/mm.h> -#include <linux/uuid.h> #include <linux/crash_dump.h> #include "visorbus.h" |