From 0fbcf03ba992c19e20e342a1a6145022942f3dc6 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Mon, 10 Dec 2018 08:11:27 -0600 Subject: [PATCH] drivers: wifi: eswifi: Remove unused code uarthost isn't used anywhere, so lets remove it. Signed-off-by: Kumar Gala --- drivers/wifi/eswifi/eswifi.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/wifi/eswifi/eswifi.h b/drivers/wifi/eswifi/eswifi.h index 861ef88a544..17bdfc7ab79 100644 --- a/drivers/wifi/eswifi/eswifi.h +++ b/drivers/wifi/eswifi/eswifi.h @@ -21,8 +21,6 @@ #define AT_RSP_DELIMITER "\r\n" #define AT_RSP_DELIMITER_LEN 2 -struct device *uarthost; - struct eswifi_gpio { struct device *dev; unsigned int pin;