Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751013Ab0DGEEg (ORCPT ); Wed, 7 Apr 2010 00:04:36 -0400 Received: from ey-out-2122.google.com ([74.125.78.27]:29497 "EHLO ey-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750767Ab0DGEEa convert rfc822-to-8bit (ORCPT ); Wed, 7 Apr 2010 00:04:30 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=cDu1mUjfSt6nvd4N60EcpvYLXEWdFVL2CgGzAk14m7bhnnDBbf6WIYEJttvWAMfffF +MU10qW3noBmlLGL/iJ4tabUfhy1tcjvvMWhH237a387Ok4G1czW4wbcQvk0FgXgiPoM YU1o7XtbJNXI5dKmOx4s1sMv6WlwG0kvzvWfc= MIME-Version: 1.0 Date: Wed, 7 Apr 2010 06:04:28 +0200 Message-ID: Subject: [PATCH] build error drivers/staging/dt3155/dt3155_drv.c From: Jan III Sobieski To: linux-kernel@vger.kernel.org, Greg Kroah-Hartman Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1636 Lines: 45 Hi, CC drivers/staging/dt3155/dt3155_drv.o drivers/staging/dt3155/dt3155_drv.c: In function 'init_module': drivers/staging/dt3155/dt3155_drv.c:1047: error: implicit declaration of function 'request_irq' drivers/staging/dt3155/dt3155_drv.c:1048: error: 'IRQF_SHARED' undeclared (first use in this function) drivers/staging/dt3155/dt3155_drv.c:1048: error: (Each undeclared identifier is reported only once drivers/staging/dt3155/dt3155_drv.c:1048: error: for each function it appears in.) drivers/staging/dt3155/dt3155_drv.c:1048: error: 'IRQF_DISABLED' undeclared (first use in this function) drivers/staging/dt3155/dt3155_drv.c: In function 'cleanup_module': drivers/staging/dt3155/dt3155_drv.c:1091: error: implicit declaration of function 'free_irq' make[3]: *** [drivers/staging/dt3155/dt3155_drv.o] B??d 1 make[2]: *** [drivers/staging/dt3155] B??d 2 make[1]: *** [drivers/staging] B??d 2 make: *** [drivers] B??d 2 -- Jan III Sobieski Signed-off-by: Jan III Sobieski --- linux-2.6-git/drivers/staging/dt3155/dt3155_drv.c 2010-03-27 22:34:58.000000000 +0100 +++ linux-2.6/drivers/staging/dt3155/dt3155_drv.c 2010-04-07 05:54:07.000000000 +0200 @@ -74,6 +74,7 @@ MODULE_LICENSE("GPL"); #include #include #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/