From mboxrd@z Thu Jan 1 00:00:00 1970 From: dann frazier Subject: [PATCH] cciss: export linux/cciss_defs.h header Date: Mon, 22 Feb 2010 21:52:21 -0700 Message-ID: <20100223045221.GG3923@ldl.fc.hp.com> References: <20100223132619.e6f5ff0e.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from g6t0184.atlanta.hp.com ([15.193.32.61]:30724 "EHLO g6t0184.atlanta.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751186Ab0BWEwX (ORCPT ); Mon, 22 Feb 2010 23:52:23 -0500 Content-Disposition: inline In-Reply-To: <20100223132619.e6f5ff0e.sfr@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Jens Axboe , akpm@linux-foundation.org Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, mikem@beardog.cce.hp.com, brace@beardog.cce.hp.com, scameron@beardog.cce.hp.com, Stephen Rothwell 'make headers_check' began to fail after cciss_defs.h was introduced in: 429c42c9d246f5bda868495c09974312a0177328 usr/include/linux/cciss_ioctl.h:6: included file 'linux/cciss_defs.h' is not exported Fix this by exporting cciss_defs.h Signed-off-by: dann frazier --- include/linux/Kbuild | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 756f831..91be0d8 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -43,6 +43,7 @@ header-y += blkpg.h header-y += bpqether.h header-y += bsg.h header-y += can.h +header-y += cciss_defs.h header-y += cdk.h header-y += chio.h header-y += coda_psdev.h -- 1.5.6.5