Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp484768imm; Fri, 21 Sep 2018 03:37:53 -0700 (PDT) X-Google-Smtp-Source: ANB0VdYwvo5bI2cZfJBb79KL2O5NS/Zhluuw2cdYx/SN8wIGmgX80y5xIcRNieTAp6Q11oCyE1Ft X-Received: by 2002:a62:6948:: with SMTP id e69-v6mr45689566pfc.166.1537526273656; Fri, 21 Sep 2018 03:37:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537526273; cv=none; d=google.com; s=arc-20160816; b=WEd5wZE17sqVqR/B8BAzz+BwH1oGRvRQ6fIjHWAL01kKuqCktFOBzEM1Hw0w2pqdtu J99AqtmP5U0GT7j0fhkPD5FqHCjGMLJd899VgscDynJ/gVLQjt0jMTJmvk/tPqWueYn1 8p8/qN6/AqmOlE24rAbJiS6bLQMOj6gbAK9/7e6DVvo/za64dEw6/S1d6L/uUHt6ugyg PDjssVBB49i0EBAUynbRi2lcBvzHNysuJsnNikKM6VlSZhVlJu44dpNs1A2Z52jK/fjp 7zSCzHkxy8GCP9DR6K3DrKhCVCp9IWer9qUbGpR9R587ZErCF+pL3flf8giXs4taUh0h Zj6g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from; bh=0L9av2JncEL2bXr0tZP8cly+jRvmyzfMW4mFWvfwQuY=; b=Z7T7o5y8kxAW1Tz04/ul8Ia6nV9QYAfmAAnHqEh+I/ULuRtj7o5pL+8iXfZ4xMUHgr AA91FhEQLzUVVRyXw9qybQncKlkA1TZWe2NvG5+dTwj43JKlpLg/5jK2ME7WZky6Ue3o +iU8oHg6p3blMb71U6HxUx3anflgojVsL5YCSm+pzLTZFCG24uv/b7ka0sImx2uQamtM YUocl9i37ZaorEij6yAwb762REcKtN4MO+0Cv9TORg06Wk6UIyzwoe+3gH+N7Xpw03Za 1W8MJHLEHnwlEUt0OMoAljHZccPLp0PIe0b+gUFNnkrJce++JWcAYxrwI+lhg5Ck/O+Q hLiw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 137-v6si29368668pfx.155.2018.09.21.03.37.36; Fri, 21 Sep 2018 03:37:53 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389865AbeIUQZn (ORCPT + 99 others); Fri, 21 Sep 2018 12:25:43 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:13093 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727554AbeIUQZn (ORCPT ); Fri, 21 Sep 2018 12:25:43 -0400 Received: from DGGEMS402-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id BE256B95A51B4; Fri, 21 Sep 2018 18:37:22 +0800 (CST) Received: from linux-ibm.site (10.175.102.37) by DGGEMS402-HUB.china.huawei.com (10.3.19.202) with Microsoft SMTP Server id 14.3.399.0; Fri, 21 Sep 2018 18:37:21 +0800 From: zhong jiang To: CC: , , , Subject: [PATCH] soc: qcom: qdsp6: remove duplicated include from q6adm.c Date: Fri, 21 Sep 2018 18:24:58 +0800 Message-ID: <1537525498-38843-1-git-send-email-zhongjiang@huawei.com> X-Mailer: git-send-email 1.7.12.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.175.102.37] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org We include wait.h twice in q6adm.c. it is unnecessary. hence remove it. Further, order the include files as alphabet. Signed-off-by: zhong jiang --- sound/soc/qcom/qdsp6/q6adm.c | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/sound/soc/qcom/qdsp6/q6adm.c b/sound/soc/qcom/qdsp6/q6adm.c index 932c3eb..da24251 100644 --- a/sound/soc/qcom/qdsp6/q6adm.c +++ b/sound/soc/qcom/qdsp6/q6adm.c @@ -2,25 +2,24 @@ // Copyright (c) 2011-2017, The Linux Foundation. All rights reserved. // Copyright (c) 2018, Linaro Limited -#include -#include -#include #include -#include -#include #include +#include +#include +#include #include #include -#include -#include -#include #include +#include +#include +#include +#include #include #include "q6adm.h" #include "q6afe.h" #include "q6core.h" -#include "q6dsp-errno.h" #include "q6dsp-common.h" +#include "q6dsp-errno.h" #define ADM_CMD_DEVICE_OPEN_V5 0x00010326 #define ADM_CMDRSP_DEVICE_OPEN_V5 0x00010329 -- 1.7.12.4