From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:55396 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752445Ab2H2O1z (ORCPT ); Wed, 29 Aug 2012 10:27:55 -0400 Message-ID: <503E26E7.7070208@suse.cz> Date: Wed, 29 Aug 2012 16:27:51 +0200 From: Michal Marek MIME-Version: 1.0 Subject: Re: is there any value in exporting to userspace? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: "Robert P. J. Day" Cc: Linux Kbuild mailing list On 27.8.2012 21:42, Robert P. J. Day wrote: > > given that irqnr.h is completely wrapped in a __KERNEL__ test, it > ends up in userspace with no actual content, and the only header file > that includes it is random.h. so would it not make sense to drop that > #include from random.h, then drop irqnr.h from being exported? Yes. Please submit a patch and CC lkml. Michal