mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
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>
This commit is contained in:
parent
eb6eb1e14d
commit
cee247cbb3
1 changed files with 0 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue