diff options
Diffstat (limited to 'include/spi_flash.h')
-rw-r--r-- | include/spi_flash.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/spi_flash.h b/include/spi_flash.h index f3c4e834247..22533311c54 100644 --- a/include/spi_flash.h +++ b/include/spi_flash.h @@ -1,10 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Common SPI flash Interface * * Copyright (C) 2008 Atmel Corporation * Copyright (C) 2013 Jagannadha Sutradharudu Teki, Xilinx Inc. - * - * SPDX-License-Identifier: GPL-2.0 */ #ifndef _SPI_FLASH_H_ |