hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/drivers/i2c/busses/i2c-au1550.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * i2c-au1550.c: SMBus (i2c) adapter for Alchemy PSC interface
34 * Copyright (C) 2004 Embedded Edge, LLC <dan@embeddededge.com>
....@@ -11,16 +12,6 @@
1112 * This is just a skeleton adapter to use with the Au1550 PSC
1213 * algorithm. It was developed for the Pb1550, but will work with
1314 * any Au1550 board that has a similar PSC configuration.
14
- *
15
- * This program is free software; you can redistribute it and/or
16
- * modify it under the terms of the GNU General Public License
17
- * as published by the Free Software Foundation; either version 2
18
- * of the License, or (at your option) any later version.
19
- *
20
- * This program is distributed in the hope that it will be useful,
21
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
22
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23
- * GNU General Public License for more details.
2415 */
2516
2617 #include <linux/delay.h>