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>
This commit is contained in:
David Kershner 2017-08-22 13:27:16 -04:00 committed by Greg Kroah-Hartman
parent 351c51e37c
commit 264f19b30b
2 changed files with 1 additions and 1 deletions

View File

@ -28,6 +28,7 @@
*/
#include <linux/uuid.h>
#include <linux/skbuff.h>
#include "channel.h"

View File

@ -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>