浏览代码

Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6

* git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  crypto: ghash-intel - ghash-clmulni-intel_glue needs err.h
Linus Torvalds 14 年之前
父节点
当前提交
c01c8106f4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/x86/crypto/ghash-clmulni-intel_glue.c

+ 1 - 0
arch/x86/crypto/ghash-clmulni-intel_glue.c

@@ -10,6 +10,7 @@
  * by the Free Software Foundation.
  * by the Free Software Foundation.
  */
  */
 
 
+#include <linux/err.h>
 #include <linux/module.h>
 #include <linux/module.h>
 #include <linux/init.h>
 #include <linux/init.h>
 #include <linux/kernel.h>
 #include <linux/kernel.h>