From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Subject: Re: [PATCH 52/56] microblaze_v2: pci headers Date: Mon, 05 May 2008 16:08:23 +0200 Message-ID: <481F14D7.50908@seznam.cz> References: <1209901305-6404-1-git-send-email-monstr@seznam.cz> <200805050045.29614.arnd@arndb.de> Reply-To: monstr@seznam.cz Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from smtp1.wifiinternet.cz ([89.31.47.1]:50339 "EHLO bor.wifiinternet.cz" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1759451AbYEEOHU (ORCPT ); Mon, 5 May 2008 10:07:20 -0400 In-Reply-To: <200805050045.29614.arnd@arndb.de> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Arnd Bergmann Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, stephen.neuendorffer@xilinx.com, John.Linn@xilinx.com, john.williams@petalogix.com, matthew@wil.cx, will.newton@gmail.com, drepper@redhat.com, microblaze-uclinux@itee.uq.edu.au, grant.likely@secretlab.ca, Michal Simek FIXED >> + >> +#ifdef __KERNEL__ >> +#include >> +#endif > > You don't export asm/pci.h to userspace, so the #ifdef __KERNEL__ is > not needed. > > Arnd <>< > >