Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 7be58b12 authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: api - Remove linux/fips.h from internal.h


Now that all fips_enabled users are including linux/fips.h directly
instead of getting it through internal.h, we can remove the fips.h
inclusions from internal.h.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 1c41b882
No related merge requests found
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#include <linux/notifier.h> #include <linux/notifier.h>
#include <linux/rwsem.h> #include <linux/rwsem.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/fips.h>
/* Crypto notification events. */ /* Crypto notification events. */
enum { enum {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment