diff options
Diffstat (limited to 'drivers/nvmem/lpc18xx_eeprom.c')
-rw-r--r-- | drivers/nvmem/lpc18xx_eeprom.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/nvmem/lpc18xx_eeprom.c b/drivers/nvmem/lpc18xx_eeprom.c index 66cff1e2147a..a0275b29afd5 100644 --- a/drivers/nvmem/lpc18xx_eeprom.c +++ b/drivers/nvmem/lpc18xx_eeprom.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * NXP LPC18xx/LPC43xx EEPROM memory NVMEM driver | 3 | * NXP LPC18xx/LPC43xx EEPROM memory NVMEM driver |
3 | * | 4 | * |
4 | * Copyright (c) 2015 Ariel D'Alessandro <ariel@vanguardiasur.com> | 5 | * Copyright (c) 2015 Ariel D'Alessandro <ariel@vanguardiasur.com> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published by | ||
8 | * the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/clk.h> | 8 | #include <linux/clk.h> |