All of lore.kernel.org
 help / color / mirror / Atom feed
From: alex_luca@163.com
To: Serge Semin <Sergey.Semin@baikalelectronics.ru>
Cc: Arnd Bergmann <arnd@arndb.de>,
	linux-kernel@vger.kernel.org, Luca <alex_luca@163.com>,
	Zhang Kun <zhangkun@cdjrlc.com>
Subject: [PATCH] bus: bt1-apb:Fix duplicate included linux/clk.h
Date: Sun,  7 Feb 2021 22:20:50 +0800	[thread overview]
Message-ID: <20210207142050.23445-1-alex_luca@163.com> (raw)

From: Zhang Kun <zhangkun@cdjrlc.com>

Remove one of the duplicate header hlinux/clk.h which isn't necessary.

Signed-off-by: Zhang Kun <zhangkun@cdjrlc.com>
---
 drivers/bus/bt1-apb.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/bus/bt1-apb.c b/drivers/bus/bt1-apb.c
index b25ff941e7c7..e9e196cd9253 100644
--- a/drivers/bus/bt1-apb.c
+++ b/drivers/bus/bt1-apb.c
@@ -19,7 +19,6 @@
 #include <linux/nmi.h>
 #include <linux/of.h>
 #include <linux/regmap.h>
-#include <linux/clk.h>
 #include <linux/reset.h>
 #include <linux/time64.h>
 #include <linux/clk.h>
-- 
2.17.1



             reply	other threads:[~2021-02-07 14:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-07 14:20 alex_luca [this message]
2021-02-08 12:48 ` [PATCH] bus: bt1-apb:Fix duplicate included linux/clk.h Serge Semin
2021-05-13 10:58 [PATCH] bus: bt1-apb: Fix " Jiapeng Chong
2022-03-23  2:46 Haowen Bai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210207142050.23445-1-alex_luca@163.com \
    --to=alex_luca@163.com \
    --cc=Sergey.Semin@baikalelectronics.ru \
    --cc=arnd@arndb.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=zhangkun@cdjrlc.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.