From: David Kershner Date: Tue, 22 Aug 2017 17:27:13 +0000 (-0400) Subject: staging: unisys: include: Remove unneeded includes from visorbus.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d8d9556ff1985c582b4d362b9ab0763108d35f82;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git staging: unisys: include: Remove unneeded includes from visorbus.h A bunch of code churn has caused the following include files to not be needed by visorbus.h: linux/poll.h linux/kernel.h linux/uuid.h linux/seq_file.h Reviewed-by: Sameer Wadgaonkar Signed-off-by: David Kershner Reviewed-by: Tim Sell Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/include/visorbus.h b/drivers/staging/unisys/include/visorbus.h index 1b21d664250f..4af2f99baa70 100644 --- a/drivers/staging/unisys/include/visorbus.h +++ b/drivers/staging/unisys/include/visorbus.h @@ -31,10 +31,6 @@ #include #include -#include -#include -#include -#include #include #include "channel.h"