diff options
Diffstat (limited to 'drivers/timer/stm32_timer.c')
-rw-r--r-- | drivers/timer/stm32_timer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/timer/stm32_timer.c b/drivers/timer/stm32_timer.c index 344e6fba1e..9a856b1b5a 100644 --- a/drivers/timer/stm32_timer.c +++ b/drivers/timer/stm32_timer.c @@ -1,8 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2018, STMicroelectronics - All Rights Reserved * Author(s): Patrice Chotard, <patrice.chotard@st.com> for STMicroelectronics. - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |