.. | .. |
---|
1 | | -/* |
---|
2 | | - * Interrupt controller support for MAX8998 |
---|
3 | | - * |
---|
4 | | - * Copyright (C) 2010 Samsung Electronics Co.Ltd |
---|
5 | | - * Author: Joonyoung Shim <jy0922.shim@samsung.com> |
---|
6 | | - * |
---|
7 | | - * This program is free software; you can redistribute it and/or modify it |
---|
8 | | - * under the terms of the GNU General Public License as published by the |
---|
9 | | - * Free Software Foundation; either version 2 of the License, or (at your |
---|
10 | | - * option) any later version. |
---|
11 | | - * |
---|
12 | | - */ |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0+ |
---|
| 2 | +// |
---|
| 3 | +// Interrupt controller support for MAX8998 |
---|
| 4 | +// |
---|
| 5 | +// Copyright (C) 2010 Samsung Electronics Co.Ltd |
---|
| 6 | +// Author: Joonyoung Shim <jy0922.shim@samsung.com> |
---|
13 | 7 | |
---|
14 | 8 | #include <linux/device.h> |
---|
15 | 9 | #include <linux/interrupt.h> |
---|