| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * platform_msic_power_btn.c: MSIC power btn platform data initialization file |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * (C) Copyright 2013 Intel Corporation |
|---|
| 5 | 6 | * Author: Sathyanarayanan Kuppuswamy <sathyanarayanan.kuppuswamy@intel.com> |
|---|
| 6 | | - * |
|---|
| 7 | | - * This program is free software; you can redistribute it and/or |
|---|
| 8 | | - * modify it under the terms of the GNU General Public License |
|---|
| 9 | | - * as published by the Free Software Foundation; version 2 |
|---|
| 10 | | - * of the License. |
|---|
| 11 | 7 | */ |
|---|
| 12 | 8 | #include <linux/kernel.h> |
|---|
| 13 | 9 | #include <linux/interrupt.h> |
|---|