From 3b5d76efd7dcc27117147c6d3eacb319a8a20cc4 Mon Sep 17 00:00:00 2001 From: Sahitya Tummala Date: Thu, 12 May 2016 12:37:59 +0530 Subject: [PATCH] mmc: cmdq_hci: fix compilation issue This change fixes the compilation issue when CMDQ feature is enabled. Change-Id: I1c792f7b32d79267f5c39f8bdbd2bd6884fb0dde Signed-off-by: Sahitya Tummala Signed-off-by: Subhash Jadavani --- drivers/mmc/host/cmdq_hci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mmc/host/cmdq_hci.c b/drivers/mmc/host/cmdq_hci.c index ca0d98dfc643..71d20922bd4c 100644 --- a/drivers/mmc/host/cmdq_hci.c +++ b/drivers/mmc/host/cmdq_hci.c @@ -24,7 +24,6 @@ #include #include #include -#include #include #include "cmdq_hci.h"