diff options
| author | 2017-07-04 10:04:28 +0530 | |
|---|---|---|
| committer | 2017-07-04 10:04:28 +0530 | |
| commit | 1326fe64e70724b7c577db6c0837009f1e1fed23 (patch) | |
| tree | 62e2941d1c7db5424235263dde5f1f58a99ebf09 /include/linux | |
| parent | dmaengine: qcom_hidma: correct API violation for submit (diff) | |
| parent | dmaengine: bcm-scm-raid: remove redundant null check on req (diff) | |
Merge branch 'topic/bcm' into for-linus
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/raid/pq.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/raid/pq.h b/include/linux/raid/pq.h index 4d57bbaaa1bf..30f945329818 100644 --- a/include/linux/raid/pq.h +++ b/include/linux/raid/pq.h @@ -142,6 +142,7 @@ int raid6_select_algo(void); extern const u8 raid6_gfmul[256][256] __attribute__((aligned(256))); extern const u8 raid6_vgfmul[256][32] __attribute__((aligned(256))); extern const u8 raid6_gfexp[256] __attribute__((aligned(256))); +extern const u8 raid6_gflog[256] __attribute__((aligned(256))); extern const u8 raid6_gfinv[256] __attribute__((aligned(256))); extern const u8 raid6_gfexi[256] __attribute__((aligned(256))); |
