From mboxrd@z Thu Jan 1 00:00:00 1970 From: GOTO Masanori Subject: Re: [PATCH] don't export fb.h internal structure to userland Date: Thu, 06 Nov 2003 00:55:13 +0900 Sender: linux-fbdev-devel-admin@lists.sourceforge.net Message-ID: <80isly95em.wl@oris.opensource.jp> References: <80n0bc913h.wl@oris.opensource.jp> Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Return-path: Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.11] helo=sc8-sf-mx1.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Cipher TLSv1:DES-CBC3-SHA:168) (Exim 3.31-VA-mm2 #1 (Debian)) id 1AHQ4p-00034N-00 for ; Wed, 05 Nov 2003 08:00:11 -0800 Received: from oris.opensource.jp ([218.44.239.77] ident=postfix) by sc8-sf-mx1.sourceforge.net with esmtp (Exim 4.24) id 1AHQ0J-0003VL-P5 for linux-fbdev-devel@lists.sourceforge.net; Wed, 05 Nov 2003 07:55:31 -0800 In-Reply-To: <80n0bc913h.wl@oris.opensource.jp> Errors-To: linux-fbdev-devel-admin@lists.sourceforge.net List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-fbdev-devel@lists.sourceforge.net Cc: gotom@debian.or.jp, dan@debian.org Hi, This patch one more fix for linux/fb.h, to move asm/io.h into __KERNEL__. It should also be internal of __KERNEL__. This patch can be applied after my previous linux/fb.h patch is applied. All my 3 patches are reported by debian package build (because the latest debian unstable distribution /usr/include/linux/* uses the latest linux kernel headers), and many userland applications currently can't build. So please apply these patches for your tree. This patch from Daniel Jacobowitz . Regards, -- gotom --- include/linux/fb.h 2003-11-04 14:15:30.000000000 +0900 +++ include/linux/fb.h 2003-11-06 00:38:53.000000000 +0900 @@ -3,7 +3,6 @@ #include #include -#include /* Definitions of frame buffers */ @@ -335,6 +334,7 @@ #include #include #include +#include struct fb_info; struct vm_area_struct; ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/