Просмотр исходного кода

crypto: picoxcell - Include linux/sizes.h

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 <herbert@gondor.apana.org.au>
Herbert Xu 10 лет назад
Родитель
Сommit
72071fe43e
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      drivers/crypto/picoxcell_crypto.c

+ 1 - 0
drivers/crypto/picoxcell_crypto.c

@@ -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>