We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed49aae commit eedeaedCopy full SHA for eedeaed
drivers/i2c/busses/i2c-imx-lpi2c.c
@@ -1,18 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0+
2
/*
3
* This is i.MX low power i2c controller driver.
4
*
5
* Copyright 2016 Freescale Semiconductor, Inc.
- *
6
- * This program is free software; you can redistribute it and/or
7
- * modify it under the terms of the GNU General Public License
8
- * as published by the Free Software Foundation; either version 2
9
- * of the License, or (at your option) any later version.
10
11
- * This program is distributed in the hope that it will be useful,
12
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
- * GNU General Public License for more details.
15
16
*/
17
18
#include <linux/clk.h>
0 commit comments