[PATCH 1/1] staging: xillybus: Remove duplicate inclusion of list.h

Sachin Kamat sachin.kamat at linaro.org
Thu Aug 22 08:06:57 UTC 2013


list.h header file was included twice.

Signed-off-by: Sachin Kamat <sachin.kamat at linaro.org>
---
 drivers/staging/xillybus/xillybus.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/xillybus/xillybus.h b/drivers/staging/xillybus/xillybus.h
index d3fc8aa..e5e91d6 100644
--- a/drivers/staging/xillybus/xillybus.h
+++ b/drivers/staging/xillybus/xillybus.h
@@ -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;
-- 
1.7.9.5



More information about the devel mailing list