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 d3fc8aa..e5e91d6 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;