X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Farm%2Fmach-davinci%2Ftimer.c;h=a6681821f6dd78401c22f91e1ba4a280701379d0;hb=c2279d784e35fa25ee3a9fa28a74a1ba545f8c1e;hp=c7d0652e8301e87243bb10800719db663842bd19;hpb=e1cc4d31f889428a4ca73120951389c756404184;p=oweals%2Fu-boot.git diff --git a/arch/arm/mach-davinci/timer.c b/arch/arm/mach-davinci/timer.c index c7d0652e83..a6681821f6 100644 --- a/arch/arm/mach-davinci/timer.c +++ b/arch/arm/mach-davinci/timer.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2003 * Texas Instruments @@ -17,14 +18,15 @@ * Philippe Robin, ARM Ltd. * * Copyright (C) 2007 Sergey Kubushyn - * - * SPDX-License-Identifier: GPL-2.0+ */ #include +#include +#include #include #include #include +#include DECLARE_GLOBAL_DATA_PTR;