Skip to content

Commit

Permalink
crypto: picoxcell - Include linux/sizes.h
Browse files Browse the repository at this point in the history
This driver uses SZ_64K so it should include linux/sizes.h rather
than relying on others to pull it in for it.

Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
herbertx committed Jun 12, 2015
1 parent 826775b commit 72071fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/crypto/picoxcell_crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#include <linux/rtnetlink.h>
#include <linux/scatterlist.h>
#include <linux/sched.h>
#include <linux/sizes.h>
#include <linux/slab.h>
#include <linux/timer.h>

Expand Down

0 comments on commit 72071fe

Please sign in to comment.