From patchwork Mon Jun 1 06:05:52 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baolin Wang X-Patchwork-Id: 11581369 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 5701A92A for ; Mon, 1 Jun 2020 06:06:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 48467206E2 for ; Mon, 1 Jun 2020 06:06:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725952AbgFAGGO (ORCPT ); Mon, 1 Jun 2020 02:06:14 -0400 Received: from out30-54.freemail.mail.aliyun.com ([115.124.30.54]:43940 "EHLO out30-54.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725965AbgFAGGO (ORCPT ); Mon, 1 Jun 2020 02:06:14 -0400 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R521e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e01422;MF=baolin.wang@linux.alibaba.com;NM=1;PH=DS;RN=8;SR=0;TI=SMTPD_---0U-Ax0ff_1590991567; Received: from localhost(mailfrom:baolin.wang@linux.alibaba.com fp:SMTPD_---0U-Ax0ff_1590991567) by smtp.aliyun-inc.com(127.0.0.1); Mon, 01 Jun 2020 14:06:07 +0800 From: Baolin Wang To: ohad@wizery.com, bjorn.andersson@linaro.org, orsonzhai@gmail.com Cc: zhang.lyra@gmail.com, baolin.wang7@gmail.com, baolin.wang@linux.alibaba.com, linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] hwspinlock: sprd: Remove redundant header files Date: Mon, 1 Jun 2020 14:05:52 +0800 Message-Id: <1590991552-93643-1-git-send-email-baolin.wang@linux.alibaba.com> X-Mailer: git-send-email 1.8.3.1 Sender: linux-remoteproc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-remoteproc@vger.kernel.org Remove redundant header files. Signed-off-by: Baolin Wang --- drivers/hwspinlock/sprd_hwspinlock.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/hwspinlock/sprd_hwspinlock.c b/drivers/hwspinlock/sprd_hwspinlock.c index 36dc803..b157495 100644 --- a/drivers/hwspinlock/sprd_hwspinlock.c +++ b/drivers/hwspinlock/sprd_hwspinlock.c @@ -4,7 +4,6 @@ * Copyright (C) 2017 Spreadtrum - http://www.spreadtrum.com */ -#include #include #include #include @@ -15,7 +14,6 @@ #include #include #include -#include #include "hwspinlock_internal.h"