X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Farm%2Fcpu%2Fsa1100%2Fcpu.c;h=f81ebc9ba299530c19413506eb9248688b623356;hb=0b28f86545084939da96bafb61ad3278b2fa4fe1;hp=4c9752a1c82b8829e9e2c0fed30457a532037cf9;hpb=6a2f30a03acbf226aeb5a93783e6172aa0682d78;p=oweals%2Fu-boot.git diff --git a/arch/arm/cpu/sa1100/cpu.c b/arch/arm/cpu/sa1100/cpu.c index 4c9752a1c8..f81ebc9ba2 100644 --- a/arch/arm/cpu/sa1100/cpu.c +++ b/arch/arm/cpu/sa1100/cpu.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH @@ -6,8 +7,6 @@ * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH * Alex Zuepke - * - * SPDX-License-Identifier: GPL-2.0+ */ /* @@ -19,10 +18,6 @@ #include #include -#ifdef CONFIG_USE_IRQ -DECLARE_GLOBAL_DATA_PTR; -#endif - static void cache_flush(void); int cleanup_before_linux (void)