From aac6b82e8946052cce24857c5a7528b284c544d0 Mon Sep 17 00:00:00 2001 From: Sachin Kamat Date: Thu, 22 Aug 2013 13:36:57 +0530 Subject: [PATCH] staging: xillybus: Remove duplicate inclusion of list.h list.h header file was included twice. Signed-off-by: Sachin Kamat Signed-off-by: Greg Kroah-Hartman --- 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 d3fc8aa896de..e5e91d612885 100644 --- a/drivers/staging/xillybus/xillybus.h +++ b/drivers/staging/xillybus/xillybus.h @@ -21,7 +21,6 @@ #include #include #include -#include #include struct xilly_endpoint_hardware; -- 2.34.1