]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: xillybus: Remove duplicate inclusion of list.h
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 22 Aug 2013 08:06:57 +0000 (13:36 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Aug 2013 17:07:49 +0000 (10:07 -0700)
list.h header file was included twice.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/xillybus/xillybus.h

index d3fc8aa896de7b6f889f669720995c7ba025339b..e5e91d6128851ecc487108cda67e058e0a6d3b00 100644 (file)
@@ -21,7 +21,6 @@
 #include <linux/cdev.h>
 #include <linux/spinlock.h>
 #include <linux/mutex.h>
-#include <linux/list.h>
 #include <linux/workqueue.h>
 
 struct xilly_endpoint_hardware;