hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/ide/amd74xx.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * AMD 755/756/766/8111 and nVidia nForce/2/2s/3/3s/CK804/MCP04
34 * IDE driver for Linux.
....@@ -9,11 +10,6 @@
910 * Andre Hedrick
1011 */
1112
12
-/*
13
- * This program is free software; you can redistribute it and/or modify it
14
- * under the terms of the GNU General Public License version 2 as published by
15
- * the Free Software Foundation.
16
- */
1713
1814 #include <linux/module.h>
1915 #include <linux/kernel.h>