.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0+ */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Common variables for the Maxim MAX77843 driver |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2015 Samsung Electronics |
---|
5 | 6 | * Author: Jaewon Kim <jaewon02.kim@samsung.com> |
---|
6 | 7 | * Author: Beomho Seo <beomho.seo@samsung.com> |
---|
7 | | - * |
---|
8 | | - * This program is free software; you can redistribute it and/or modify |
---|
9 | | - * it under the terms of the GNU General Public License as published by |
---|
10 | | - * the Free Software Foundation; either version 2 of the License, or |
---|
11 | | - * (at your option) any later version. |
---|
12 | 8 | */ |
---|
13 | 9 | |
---|
14 | 10 | #ifndef __MAX77843_PRIVATE_H_ |
---|