commit | 3033fd177bcc3e0762b43cb82cf584dbb07064f1 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Fri Aug 21 22:42:10 2020 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Aug 25 11:24:07 2020 +1000 |
tree | 4cdc892107550c8346a804a1475feccc1847d9e2 | |
parent | 3d29e98d1d7550fc959a7ad4258bd804b533b493 [diff] |
crypto: stm32 - Add missing header inclusions The stm32 driver was missing a number of includes that we being pulled in by unrelated header files. As the indirect inclusion went away, it now fails to build. This patch adds the missing inclusions. Reported-by: kernel test robot <lkp@intel.com> Fixes: 0c3dc787a62a ("crypto: algapi - Remove skbuff.h inclusion") Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>