diff options
author | David Kershner <david.kershner@unisys.com> | 2017-09-27 13:14:30 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-09-28 11:17:14 +0200 |
commit | cee247cbb31bc691a215042be3283749e981c248 (patch) | |
tree | b038c19aa152acaf387d0fd0f4e74335edbc56d9 /drivers/staging/unisys/include | |
parent | eb6eb1e14d9900d39660d0313eb01791fcdaf2b3 (diff) | |
download | linux-cee247cbb31bc691a215042be3283749e981c248.tar.bz2 |
staging: unisys: include: remove io.h from channel.h
Channel.h was including io.h and not using it. Remove the #include.
Signed-off-by: David Kershner <david.kershner@unisys.com>
Reviewed-by: Tim Sell <timothy.sell@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys/include')
-rw-r--r-- | drivers/staging/unisys/include/channel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/unisys/include/channel.h b/drivers/staging/unisys/include/channel.h index 2babe93631f3..59b71a6e39ef 100644 --- a/drivers/staging/unisys/include/channel.h +++ b/drivers/staging/unisys/include/channel.h @@ -18,7 +18,6 @@ #define __CHANNEL_H__ #include <linux/types.h> -#include <linux/io.h> #include <linux/uuid.h> #define SIGNATURE_16(A, B) ((A) | ((B) << 8)) |