forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/iio/pressure/mpl115.h
....@@ -1,12 +1,9 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Freescale MPL115A pressure/temperature sensor
34 *
45 * Copyright (c) 2014 Peter Meerwald <pmeerw@pmeerw.net>
56 * Copyright (c) 2016 Akinobu Mita <akinobu.mita@gmail.com>
6
- *
7
- * This file is subject to the terms and conditions of version 2 of
8
- * the GNU General Public License. See the file COPYING in the main
9
- * directory of this archive for more details.
107 */
118
129 #ifndef _MPL115_H_