| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* -*- linux-c -*- ------------------------------------------------------- * |
|---|
| 2 | 3 | * |
|---|
| 3 | 4 | * 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. |
|---|
| 8 | 5 | * |
|---|
| 9 | 6 | * ----------------------------------------------------------------------- */ |
|---|
| 10 | 7 | |
|---|
| .. | .. |
|---|
| 59 | 56 | uint8_t v; |
|---|
| 60 | 57 | uint8_t exptbl[256], invtbl[256]; |
|---|
| 61 | 58 | |
|---|
| 62 | | - printf("#include <linux/raid/pq.h>\n"); |
|---|
| 63 | 59 | printf("#include <linux/export.h>\n"); |
|---|
| 60 | + printf("#include <linux/raid/pq.h>\n"); |
|---|
| 64 | 61 | |
|---|
| 65 | 62 | /* Compute multiplication table */ |
|---|
| 66 | 63 | printf("\nconst u8 __attribute__((aligned(256)))\n" |
|---|