]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: unisys: include: iochannel needs to include skbuff
authorDavid Kershner <david.kershner@unisys.com>
Tue, 22 Aug 2017 17:27:16 +0000 (13:27 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Aug 2017 22:12:52 +0000 (15:12 -0700)
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>
drivers/staging/unisys/include/iochannel.h
drivers/staging/unisys/visorhba/visorhba_main.c

index 065e07e3697963effbef413a8005ff8b0304e049..a77d5ab8dbe59ead0bfe690d0c5119d106da4a97 100644 (file)
@@ -28,6 +28,7 @@
  */
 
 #include <linux/uuid.h>
+#include <linux/skbuff.h>
 
 #include "channel.h"
 
index 29efdf9ed7ec251a4192ae777ac44413f7260031..2f89cb0351051018b17bde71a16c3bb6c8608812 100644 (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>