diff options
Diffstat (limited to 'drivers/mfd/ac100.c')
-rw-r--r-- | drivers/mfd/ac100.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/mfd/ac100.c b/drivers/mfd/ac100.c index 9bc69cd7807d..6d49d7fb5f14 100644 --- a/drivers/mfd/ac100.c +++ b/drivers/mfd/ac100.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * MFD core driver for X-Powers' AC100 Audio Codec IC | 3 | * MFD core driver for X-Powers' AC100 Audio Codec IC |
3 | * | 4 | * |
@@ -12,10 +13,6 @@ | |||
12 | * Copyright (2016) Chen-Yu Tsai | 13 | * Copyright (2016) Chen-Yu Tsai |
13 | * | 14 | * |
14 | * Author: Chen-Yu Tsai <wens@csie.org> | 15 | * Author: Chen-Yu Tsai <wens@csie.org> |
15 | * | ||
16 | * This program is free software; you can redistribute it and/or modify | ||
17 | * it under the terms of the GNU General Public License version 2 as | ||
18 | * published by the Free Software Foundation. | ||
19 | */ | 16 | */ |
20 | 17 | ||
21 | #include <linux/interrupt.h> | 18 | #include <linux/interrupt.h> |