hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/lib/raid6/mktables.c
....@@ -1,10 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /* -*- linux-c -*- ------------------------------------------------------- *
23 *
34 * Copyright 2002-2007 H. Peter Anvin - All Rights Reserved
4
- *
5
- * This file is part of the Linux kernel, and is made available under
6
- * the terms of the GNU General Public License version 2 or (at your
7
- * option) any later version; incorporated herein by reference.
85 *
96 * ----------------------------------------------------------------------- */
107
....@@ -59,8 +56,8 @@
5956 uint8_t v;
6057 uint8_t exptbl[256], invtbl[256];
6158
62
- printf("#include <linux/raid/pq.h>\n");
6359 printf("#include <linux/export.h>\n");
60
+ printf("#include <linux/raid/pq.h>\n");
6461
6562 /* Compute multiplication table */
6663 printf("\nconst u8 __attribute__((aligned(256)))\n"