diff options
author | David Kershner <david.kershner@unisys.com> | 2017-08-22 13:27:16 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-08-22 15:12:52 -0700 |
commit | 264f19b30b29bb99a655d99dfc0dc310f050cff8 (patch) | |
tree | 09b26a26bc78df80cc5af6d39cf8950861d4d49a /drivers | |
parent | 351c51e37cf32d3529e9b6aebca3c69bc982a5de (diff) |
staging: unisys: include: iochannel needs to include skbuff
The iochannel.h header file references ETH_HLEN which is defined in
skbuff. Removed it from visorhba since it was no longer needed.
Reviewed-by: Sameer Wadgaonkar <sameer.wadgaonkar@unisys.com>
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')
-rw-r--r-- | drivers/staging/unisys/include/iochannel.h | 1 | ||||
-rw-r--r-- | drivers/staging/unisys/visorhba/visorhba_main.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/unisys/include/iochannel.h b/drivers/staging/unisys/include/iochannel.h index 065e07e36979..a77d5ab8dbe5 100644 --- a/drivers/staging/unisys/include/iochannel.h +++ b/drivers/staging/unisys/include/iochannel.h @@ -28,6 +28,7 @@ */ #include <linux/uuid.h> +#include <linux/skbuff.h> #include "channel.h" diff --git a/drivers/staging/unisys/visorhba/visorhba_main.c b/drivers/staging/unisys/visorhba/visorhba_main.c index 29efdf9ed7ec..2f89cb035105 100644 --- a/drivers/staging/unisys/visorhba/visorhba_main.c +++ b/drivers/staging/unisys/visorhba/visorhba_main.c @@ -14,7 +14,6 @@ */ #include <linux/debugfs.h> -#include <linux/skbuff.h> #include <linux/kthread.h> #include <linux/idr.h> #include <linux/seq_file.h> |