staging: xillybus: Remove duplicate inclusion of list.h

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>
This commit is contained in:
Sachin Kamat 2013-08-22 13:36:57 +05:30 committed by Greg Kroah-Hartman
parent 68a5a5f38c
commit aac6b82e89
1 changed files with 0 additions and 1 deletions

View 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;