hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/nfc/nxp-nci/nxp-nci.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (C) 2014 NXP Semiconductors All rights reserved.
34 *
....@@ -5,18 +6,6 @@
56 *
67 * Derived from PN544 device driver:
78 * Copyright (C) 2012 Intel Corporation. All rights reserved.
8
- *
9
- * This program is free software; you can redistribute it and/or modify it
10
- * under the terms and conditions of the GNU General Public License,
11
- * version 2, as published by the Free Software Foundation.
12
- *
13
- * This program is distributed in the hope that it will be useful,
14
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
- * GNU General Public License for more details.
17
- *
18
- * You should have received a copy of the GNU General Public License
19
- * along with this program; if not, see <http://www.gnu.org/licenses/>.
209 */
2110
2211 #ifndef __LOCAL_NXP_NCI_H_
....@@ -25,7 +14,6 @@
2514 #include <linux/completion.h>
2615 #include <linux/firmware.h>
2716 #include <linux/nfc.h>
28
-#include <linux/platform_data/nxp-nci.h>
2917
3018 #include <net/nfc/nci_core.h>
3119