diff options
author | David Kershner <[email protected]> | 2017-08-22 13:27:13 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2017-08-22 15:12:52 -0700 |
commit | d8d9556ff1985c582b4d362b9ab0763108d35f82 (patch) | |
tree | c4e92e4e0838be1e8aa38182ebb85d5cea42f489 | |
parent | 97cd8aaa09a7176ebd4873abca50e193ac2280e5 (diff) |
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 <[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/include/visorbus.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 <linux/device.h> #include <linux/module.h> -#include <linux/poll.h> -#include <linux/kernel.h> -#include <linux/uuid.h> -#include <linux/seq_file.h> #include <linux/slab.h> #include "channel.h" |