hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/lib/raid6/recov_ssse3.c
....@@ -1,13 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright (C) 2012 Intel Corporation
3
- *
4
- * This program is free software; you can redistribute it and/or
5
- * modify it under the terms of the GNU General Public License
6
- * as published by the Free Software Foundation; version 2
7
- * of the License.
84 */
9
-
10
-#ifdef CONFIG_AS_SSSE3
115
126 #include <linux/raid/pq.h>
137 #include "x86.h"
....@@ -332,7 +326,3 @@
332326 #endif
333327 .priority = 1,
334328 };
335
-
336
-#else
337
-#warning "your version of binutils lacks SSSE3 support"
338
-#endif