From patchwork Tue May 18 12:56:22 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gilles Chanteperdrix X-Patchwork-Id: 100478 Received: from bear.ext.ti.com (bear.ext.ti.com [192.94.94.41]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o4ICvxAn009429 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 18 May 2010 12:58:35 GMT Received: from dlep36.itg.ti.com ([157.170.170.91]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id o4ICuXCL027655 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 18 May 2010 07:56:33 -0500 Received: from linux.omap.com (localhost [127.0.0.1]) by dlep36.itg.ti.com (8.13.8/8.13.8) with ESMTP id o4ICuWiS009858; Tue, 18 May 2010 07:56:32 -0500 (CDT) Received: from linux.omap.com (localhost [127.0.0.1]) by linux.omap.com (Postfix) with ESMTP id 9145F80627; Tue, 18 May 2010 07:56:32 -0500 (CDT) X-Original-To: davinci-linux-open-source@linux.davincidsp.com Delivered-To: davinci-linux-open-source@linux.davincidsp.com Received: from dflp52.itg.ti.com (dflp52.itg.ti.com [128.247.22.96]) by linux.omap.com (Postfix) with ESMTP id D1B1080626 for ; Tue, 18 May 2010 07:56:30 -0500 (CDT) Received: from neches.ext.ti.com (localhost [127.0.0.1]) by dflp52.itg.ti.com (8.13.7/8.13.7) with ESMTP id o4ICuU8m008203 for ; Tue, 18 May 2010 07:56:30 -0500 (CDT) Received: from psmtp.com (na3sys009amx214.postini.com [74.125.149.54]) by neches.ext.ti.com (8.13.7/8.13.7) with SMTP id o4ICuT4h025095 for ; Tue, 18 May 2010 07:56:29 -0500 Received: from source ([91.121.30.210]) by na3sys009amx214.postini.com ([74.125.148.10]) with SMTP; Tue, 18 May 2010 12:56:30 GMT Received: (qmail 12443 invoked by uid 503); 18 May 2010 13:00:26 -0000 Received: from b6.ovh.net (HELO mail627.ha.ovh.net) (213.186.33.56) by 27.mail-out.ovh.net with SMTP; 18 May 2010 13:00:26 -0000 Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 18 May 2010 12:56:28 -0000 Received: from lmontsouris-152-61-13-23.w80-13.abo.wanadoo.fr (HELO gaia) (80.13.140.23) by ns0.ovh.net with SMTP; 18 May 2010 12:56:26 -0000 Received: from gch by gaia with local (Exim 4.69) (envelope-from ) id 1OEMLR-0002rN-QM; Tue, 18 May 2010 14:56:25 +0200 From: Gilles Chanteperdrix To: davinci-linux-open-source@linux.davincidsp.com Subject: [PATCH 1/4] Install davincifb_ioctl header. Date: Tue, 18 May 2010 14:56:22 +0200 Message-Id: <1274187385-10969-1-git-send-email-gilles.chanteperdrix@nexvision.fr> X-Mailer: git-send-email 1.5.6.5 In-Reply-To: <4BF28E20.3070701@nexvision.fr> References: <4BF28E20.3070701@nexvision.fr> X-Ovh-Tracer-Id: 10266518302630738729 X-Ovh-Remote: 80.13.140.23 (lmontsouris-152-61-13-23.w80-13.abo.wanadoo.fr) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: DONE|U 0.500008/N X-pstn-neptune: 0/0/0.00/0 X-pstn-levels: (S:64.11339/99.90000 CV:99.9000 FC:95.5390 LC:95.5390 R:95.9108 P:95.9108 M:97.0282 C:98.6951 ) X-pstn-settings: 2 (0.5000:0.5000) s cv gt3 gt2 gt1 r p m c X-pstn-addresses: from [db-null] X-BeenThere: davinci-linux-open-source@linux.davincidsp.com X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: davinci-linux-open-source-bounces@linux.davincidsp.com Errors-To: davinci-linux-open-source-bounces@linux.davincidsp.com X-Greylist: Sender succeeded STARTTLS authentication, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Tue, 18 May 2010 12:58:35 +0000 (UTC) diff --git a/include/video/Kbuild b/include/video/Kbuild index 0e406f7..0784677 100644 --- a/include/video/Kbuild +++ b/include/video/Kbuild @@ -1,2 +1,4 @@ unifdef-y += sisfb.h uvesafb.h unifdef-y += edid.h + +header-y += davincifb_ioctl.h