diff options
Diffstat (limited to 'drivers/gpio/gpio-adp5588.c')
-rw-r--r-- | drivers/gpio/gpio-adp5588.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpio/gpio-adp5588.c b/drivers/gpio/gpio-adp5588.c index c4a5b499f53e..49f423d7beba 100644 --- a/drivers/gpio/gpio-adp5588.c +++ b/drivers/gpio/gpio-adp5588.c | |||
@@ -1,10 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * GPIO Chip driver for Analog Devices | 3 | * GPIO Chip driver for Analog Devices |
3 | * ADP5588/ADP5587 I/O Expander and QWERTY Keypad Controller | 4 | * ADP5588/ADP5587 I/O Expander and QWERTY Keypad Controller |
4 | * | 5 | * |
5 | * Copyright 2009-2010 Analog Devices Inc. | 6 | * Copyright 2009-2010 Analog Devices Inc. |
6 | * | ||
7 | * Licensed under the GPL-2 or later. | ||
8 | */ | 7 | */ |
9 | 8 | ||
10 | #include <linux/module.h> | 9 | #include <linux/module.h> |