From patchwork Mon Dec 14 17:08:13 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 2305 Return-path: Envelope-to: mchehab@infradead.org Delivery-date: Mon, 14 Dec 2009 17:09:30 +0000 Received: from bombadil.infradead.org [18.85.46.34] by pedra with IMAP (fetchmail-6.3.6) for (single-drop); Mon, 14 Dec 2009 15:11:42 -0200 (BRST) Received: from vger.kernel.org ([209.132.180.67]) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1NKEQL-0003lW-Sz; Mon, 14 Dec 2009 17:09:30 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758006AbZLNRJG (ORCPT + 1 other); Mon, 14 Dec 2009 12:09:06 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757995AbZLNRJG (ORCPT ); Mon, 14 Dec 2009 12:09:06 -0500 Received: from rcsinet11.oracle.com ([148.87.113.123]:59699 "EHLO rgminet11.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757989AbZLNRJC (ORCPT ); Mon, 14 Dec 2009 12:09:02 -0500 Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rgminet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id nBEH9CUi027571 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 14 Dec 2009 17:09:14 GMT Received: from acsmt354.oracle.com (acsmt354.oracle.com [141.146.40.154]) by acsinet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id nBEG2C5u004360; Mon, 14 Dec 2009 17:09:11 GMT Received: from abhmt019.oracle.com by acsmt357.oracle.com with ESMTP id 991693861260810517; Mon, 14 Dec 2009 11:08:37 -0600 Received: from chimera.site (/96.253.169.185) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 14 Dec 2009 09:08:05 -0800 Date: Mon, 14 Dec 2009 09:08:13 -0800 From: Randy Dunlap To: Stephen Rothwell , linux-media@vger.kernel.org Cc: linux-next@vger.kernel.org, LKML , Mauro Carvalho Chehab Subject: [PATCH -next] radio/si470x: #include Message-Id: <20091214090813.a9e3d77f.randy.dunlap@oracle.com> In-Reply-To: <20091214165927.c08c4784.sfr@canb.auug.org.au> References: <20091214165927.c08c4784.sfr@canb.auug.org.au> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.12.0; x86_64-unknown-linux-gnu) Mime-Version: 1.0 X-Source-IP: acsmt354.oracle.com [141.146.40.154] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090207.4B26711E.0102:SCFMA4539814,ss=1,fgs=0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org From: Randy Dunlap Driver needs to #include : drivers/media/radio/si470x/radio-si470x-common.c:452: error: 'TASK_INTERRUPTIBLE' undeclared (first use in this function) drivers/media/radio/si470x/radio-si470x-common.c:452: error: implicit declaration of function 'signal_pending' drivers/media/radio/si470x/radio-si470x-common.c:452: error: implicit declaration of function 'schedule' Signed-off-by: Randy Dunlap --- drivers/media/radio/si470x/radio-si470x.h | 1 + 1 file changed, 1 insertion(+) -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- linux-next-20091214.orig/drivers/media/radio/si470x/radio-si470x.h +++ linux-next-20091214/drivers/media/radio/si470x/radio-si470x.h @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include