Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760240Ab0LOA15 (ORCPT ); Tue, 14 Dec 2010 19:27:57 -0500 Received: from rcsinet10.oracle.com ([148.87.113.121]:42452 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754956Ab0LOA1z (ORCPT ); Tue, 14 Dec 2010 19:27:55 -0500 Date: Tue, 14 Dec 2010 16:26:41 -0800 From: Randy Dunlap To: lkml , linux-crypto@vger.kernel.org Cc: Herbert Xu , akpm Subject: [PATCH] crypto: ghash-clmulni-intel_glue needs err.h Message-Id: <20101214162641.3e229f12.randy.dunlap@oracle.com> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 961 Lines: 27 From: Randy Dunlap Add missing header file: arch/x86/crypto/ghash-clmulni-intel_glue.c:256: error: implicit declaration of function 'IS_ERR' arch/x86/crypto/ghash-clmulni-intel_glue.c:257: error: implicit declaration of function 'PTR_ERR' Signed-off-by: Randy Dunlap --- arch/x86/crypto/ghash-clmulni-intel_glue.c | 1 + 1 file changed, 1 insertion(+) --- linux-next-20101214.orig/arch/x86/crypto/ghash-clmulni-intel_glue.c +++ linux-next-20101214/arch/x86/crypto/ghash-clmulni-intel_glue.c @@ -10,6 +10,7 @@ * by the Free Software Foundation. */ +#include #include #include #include -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/