From: dann frazier <dannf@hp.com>
To: Jens Axboe <jens.axboe@oracle.com>, 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 <sfr@canb.auug.org.au>
Subject: [PATCH] cciss: export linux/cciss_defs.h header
Date: Mon, 22 Feb 2010 21:52:21 -0700 [thread overview]
Message-ID: <20100223045221.GG3923@ldl.fc.hp.com> (raw)
In-Reply-To: <20100223132619.e6f5ff0e.sfr@canb.auug.org.au>
'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 <dannf@hp.com>
---
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
next prev parent reply other threads:[~2010-02-23 4:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-23 2:26 linux-next: build failure after merge of the block tree Stephen Rothwell
2010-02-23 4:52 ` dann frazier [this message]
2010-02-23 7:39 ` [PATCH] cciss: export linux/cciss_defs.h header Jens Axboe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100223045221.GG3923@ldl.fc.hp.com \
--to=dannf@hp.com \
--cc=akpm@linux-foundation.org \
--cc=brace@beardog.cce.hp.com \
--cc=jens.axboe@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=mikem@beardog.cce.hp.com \
--cc=scameron@beardog.cce.hp.com \
--cc=sfr@canb.auug.org.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.