Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1235216
| From | Hanjun Guo <hanjun.guo@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 7/7] clocksource: cosmetic: Drop OF 'dependency' from symbols |
| Date | 2015-09-29 17:20 +0200 |
| Message-ID | <qe4Rb-1Nk-15@gated-at.bofh.it> (permalink) |
| References | <qdHUB-2nN-3@gated-at.bofh.it> <qdI4i-2z9-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 09/28/2015 10:49 PM, Marc Zyngier wrote:
> Seeing the 'of' characters in a symbol that is being called from
> ACPI seems to freak out people. So let's do a bit of pointless
> renaming so that these folks do feel at home.
>
> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
> ---
> arch/arm/kernel/time.c | 2 +-
> arch/arm/mach-omap2/timer.c | 4 ++--
> arch/arm/mach-rockchip/rockchip.c | 2 +-
> arch/arm/mach-shmobile/setup-r8a7779.c | 2 +-
> arch/arm/mach-shmobile/setup-rcar-gen2.c | 2 +-
> arch/arm/mach-spear/spear13xx.c | 2 +-
> arch/arm/mach-sunxi/sunxi.c | 2 +-
> arch/arm/mach-u300/core.c | 2 +-
> arch/arm/mach-ux500/timer.c | 2 +-
> arch/arm/mach-zynq/common.c | 2 +-
> arch/arm64/kernel/time.c | 2 +-
> arch/microblaze/kernel/setup.c | 2 +-
> arch/mips/pistachio/time.c | 2 +-
> arch/mips/ralink/clk.c | 2 +-
> arch/nios2/kernel/time.c | 2 +-
> arch/xtensa/kernel/time.c | 2 +-
> drivers/clocksource/Makefile | 2 +-
> drivers/clocksource/{clksrc-of.c => clksrc-probe.c} | 2 +-
> include/linux/clocksource.h | 4 ++--
> 19 files changed, 21 insertions(+), 21 deletions(-)
> rename drivers/clocksource/{clksrc-of.c => clksrc-probe.c} (97%)
Thanks for fixing my worrying of making ACPI depends on OF
in previous version, for patch 4/7 to patch 7/7,
Reviewed-by: Hanjun Guo <hanjun.guo@linaro.org>
Thanks
Hanjun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v3 7/7] clocksource: cosmetic: Drop OF 'dependency' from symbols Marc Zyngier <marc.zyngier@arm.com> - 2015-09-28 17:00 +0200 Re: [PATCH v3 7/7] clocksource: cosmetic: Drop OF 'dependency' from symbols Catalin Marinas <catalin.marinas@arm.com> - 2015-09-29 12:30 +0200 Re: [PATCH v3 7/7] clocksource: cosmetic: Drop OF 'dependency' from symbols Hanjun Guo <hanjun.guo@linaro.org> - 2015-09-29 17:20 +0200
csiph-web