From 4abdbfa7331ef5a79a6f89d2d8061ac085878756 Mon Sep 17 00:00:00 2001 From: Vadim Pasternak Date: Mon, 22 Jan 2018 18:34:49 -0800 Subject: platform/mellanox: mlxreg-hotplug: Remove unused wait.h include The driver does not make use of anything defined in wait.h. Signed-off-by: Vadim Pasternak Acked-by: Andy Shevchenko [dvhart: refactor into smaller functional changes, leave spinlock.h] Signed-off-by: Darren Hart (VMware) --- drivers/platform/mellanox/mlxreg-hotplug.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/platform/mellanox') diff --git a/drivers/platform/mellanox/mlxreg-hotplug.c b/drivers/platform/mellanox/mlxreg-hotplug.c index 5cfc82ba34be..e55f57639cc1 100644 --- a/drivers/platform/mellanox/mlxreg-hotplug.c +++ b/drivers/platform/mellanox/mlxreg-hotplug.c @@ -42,7 +42,6 @@ #include #include #include -#include #include /* Offset of event and mask registers from status register */ -- cgit v1.2.3-59-g8ed1b