From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Wed, 20 Apr 2016 09:35:23 +0200 Subject: [PATCH] ARM: mv78xx0: Remove CLK_IS_ROOT In-Reply-To: <1461116404-3285-1-git-send-email-sboyd@codeaurora.org> References: <1461116404-3285-1-git-send-email-sboyd@codeaurora.org> Message-ID: <9103114.2LquUEkh1k@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday 19 April 2016 18:40:04 Stephen Boyd wrote: > This flag is a no-op now (see commit 47b0eeb3dc8a "clk: Deprecate > CLK_IS_ROOT", 2016-02-02) so remove it. > > Cc: Andrew Lunn > Cc: Jason Cooper Signed-off-by: Stephen Boyd > Looks good, like all other instances in arch/arm. If you want to merge these through your tree, please add my Acked-by: Arnd Bergmann to all of them, in addition to the other other Acks. I don't think there is a significant risk for regressions as they all tend to be "stable" in the sense that those files haven't been touched in a while. Arnd