aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/include/iochannel.h
diff options
context:
space:
mode:
authorDavid Kershner <david.kershner@unisys.com>2017-08-22 13:27:16 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-08-22 15:12:52 -0700
commit264f19b30b29bb99a655d99dfc0dc310f050cff8 (patch)
tree09b26a26bc78df80cc5af6d39cf8950861d4d49a /drivers/staging/unisys/include/iochannel.h
parentstaging: unisys: visorbus: Remove unnecessary includes for visorchipset.c (diff)
downloadlinux-dev-264f19b30b29bb99a655d99dfc0dc310f050cff8.tar.xz
linux-dev-264f19b30b29bb99a655d99dfc0dc310f050cff8.zip
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/staging/unisys/include/iochannel.h')
-rw-r--r--drivers/staging/unisys/include/iochannel.h1
1 files changed, 1 insertions, 0 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"