From: Dario Binacchi <dariobin@libero.it>
To: u-boot@lists.denx.de
Subject: [PATCH v2 01/30] clk: remove a redundant header
Date: Sun, 6 Sep 2020 14:08:42 +0200 [thread overview]
Message-ID: <20200906120911.750-2-dariobin@libero.it> (raw)
In-Reply-To: <20200906120911.750-1-dariobin@libero.it>
The linux/err.h header file was included twice.
Signed-off-by: Dario Binacchi <dariobin@libero.it>
Reviewed-by: Simon Glass <sjg@chromium.org>
---
(no changes since v1)
include/linux/clk-provider.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h
index 79dce8f0ad..a2630056de 100644
--- a/include/linux/clk-provider.h
+++ b/include/linux/clk-provider.h
@@ -12,7 +12,6 @@
#include <linux/bitops.h>
#include <linux/err.h>
#include <clk-uclass.h>
-#include <linux/err.h>
struct udevice;
--
2.17.1
next prev parent reply other threads:[~2020-09-06 12:08 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-06 12:08 [PATCH v2 00/30] Add DM support for omap PWM backlight Dario Binacchi
2020-09-06 12:08 ` Dario Binacchi [this message]
2020-09-06 12:08 ` [PATCH v2 02/30] clk: export generic routines Dario Binacchi
2020-09-07 1:44 ` Simon Glass
2020-09-06 12:08 ` [PATCH v2 03/30] arch: sandbox: fix typo in clk.h Dario Binacchi
2020-09-06 12:08 ` [PATCH v2 04/30] clk: add clk_round_rate() Dario Binacchi
2020-09-06 12:08 ` [PATCH v2 05/30] clk: ti: add mux clock driver Dario Binacchi
2020-09-06 12:08 ` [PATCH v2 06/30] arm: ti: am33xx: add DPLL_EN_FAST_RELOCK_BYPASS macro Dario Binacchi
2020-09-06 12:08 ` [PATCH v2 07/30] clk: ti: am33xx: add DPLL clock drivers Dario Binacchi
2020-09-17 6:57 ` [PATCH v2 00/30] Add DM support for omap PWM backlight Grygorii Strashko
2020-09-17 19:23 ` Dario Binacchi
2020-09-18 13:13 ` Grygorii Strashko
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=20200906120911.750-2-dariobin@libero.it \
--to=dariobin@libero.it \
--cc=u-boot@lists.denx.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox