From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Anderson Date: Sun, 2 Feb 2020 12:24:52 -0500 Subject: [PATCH 2/4] arm: Move asm/utils.h to log2.h In-Reply-To: References: <9b2bb704-e7ea-74ea-c854-60a44472b8ec@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2/2/20 12:12 PM, Sean Anderson wrote: > This header is needed outside of the arm architecture by the designware wdt > driver. > --- > arch/arm/cpu/armv7/cache_v7.c | 2 +- > arch/arm/mach-davinci/spl.c | 2 +- > arch/arm/mach-omap2/clocks-common.c | 2 +- > arch/arm/mach-omap2/emif-common.c | 2 +- > arch/arm/mach-omap2/omap4/emif.c | 2 +- > arch/arm/mach-omap2/omap5/dra7xx_iodelay.c | 2 +- > arch/arm/mach-omap2/omap5/emif.c | 2 +- > arch/arm/mach-omap2/omap5/hwinit.c | 2 +- > arch/arm/mach-socfpga/spl_a10.c | 2 +- > arch/arm/mach-socfpga/spl_agilex.c | 2 +- > arch/arm/mach-socfpga/spl_gen5.c | 2 +- > arch/arm/mach-socfpga/spl_s10.c | 2 +- > drivers/watchdog/designware_wdt.c | 4 ++-- > arch/arm/include/asm/utils.h => include/log2.h | 4 ++-- > 14 files changed, 16 insertions(+), 16 deletions(-) > rename arch/arm/include/asm/utils.h => include/log2.h (93%) Signed-off-by: Sean Anderson