From patchwork Wed Aug 29 14:47:27 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Robert P. J. Day" X-Patchwork-Id: 1385271 Return-Path: X-Original-To: patchwork-linux-kbuild@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 444C53FDF5 for ; Wed, 29 Aug 2012 14:47:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753764Ab2H2Orh (ORCPT ); Wed, 29 Aug 2012 10:47:37 -0400 Received: from astoria.ccjclearline.com ([64.235.106.9]:37011 "EHLO astoria.ccjclearline.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751644Ab2H2Orh (ORCPT ); Wed, 29 Aug 2012 10:47:37 -0400 Received: from cpec03f0ed08c7f-cm001ac318e826.cpe.net.cable.rogers.com ([174.115.5.73]:57067 helo=crashcourse.ca) by astoria.ccjclearline.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.77) (envelope-from ) id 1T6jYK-0000ZP-TV; Wed, 29 Aug 2012 10:47:33 -0400 Date: Wed, 29 Aug 2012 10:47:27 -0400 (EDT) From: "Robert P. J. Day" X-X-Sender: rpjday@oneiric To: Linux Kbuild mailing list cc: Linux Kernel Mailing List Subject: [PATCH] KBUILD: Drop exporting an empty irqnr.h. Message-ID: User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - astoria.ccjclearline.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - crashcourse.ca X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org Since the content of irqnr.h is entirely wrapped in a __KERNEL__ test, drop exporting it, and remove the single include of that header from random.h. Signed-off-by: Robert P. J. Day diff --git a/include/linux/Kbuild b/include/linux/Kbuild index fa21760..b9de555 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -209,7 +209,6 @@ header-y += ipv6.h header-y += ipv6_route.h header-y += ipx.h header-y += irda.h -header-y += irqnr.h header-y += isdn.h header-y += isdn_divertif.h header-y += isdn_ppp.h diff --git a/include/linux/random.h b/include/linux/random.h index ac621ce..be982d6 100644 --- a/include/linux/random.h +++ b/include/linux/random.h @@ -9,7 +9,6 @@ #include #include -#include /* ioctl()'s for the random number generator */