Skip to content

Commit

Permalink
crypto: asymmetric_keys - signature.c does not need <module.h>
Browse files Browse the repository at this point in the history
This file does not contain any modular related function calls.  So get
rid of module.h since it drags in a lot of other headers and adds to
the preprocessing load.  It does export some symbols though, so we'll
need to ensure it has export.h present instead.

Cc: Herbert Xu <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: [email protected]
Signed-off-by: Paul Gortmaker <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
Paul Gortmaker authored and herbertx committed Dec 11, 2015
1 parent 75910d3 commit 1f6a9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/asymmetric_keys/signature.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#define pr_fmt(fmt) "SIG: "fmt
#include <keys/asymmetric-subtype.h>
#include <linux/module.h>
#include <linux/export.h>
#include <linux/err.h>
#include <crypto/public_key.h>
#include "asymmetric_keys.h"
Expand Down

0 comments on commit 1f6a9ab

Please sign in to comment.