diff options
Diffstat (limited to 'drivers/gpio/altera_pio.c')
-rw-r--r-- | drivers/gpio/altera_pio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpio/altera_pio.c b/drivers/gpio/altera_pio.c index d17245ac23..59e30979f0 100644 --- a/drivers/gpio/altera_pio.c +++ b/drivers/gpio/altera_pio.c @@ -1,9 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2015 Thomas Chou <thomas@wytron.com.tw> * Copyright (C) 2011 Missing Link Electronics * Joachim Foerster <joachim@missinglinkelectronics.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <dm.h> |