linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: build failure after merge of the block tree
@ 2010-02-23  2:26 Stephen Rothwell
  2010-02-23  4:52 ` [PATCH] cciss: export linux/cciss_defs.h header dann frazier
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Rothwell @ 2010-02-23  2:26 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-next, linux-kernel, dann frazier

[-- Attachment #1: Type: text/plain, Size: 497 bytes --]

Hi Jens,

After merging the block tree, today's linux-next build (x86_64
allmodconfig) failed like this:

usr/include/linux/cciss_ioctl.h:6: included file 'linux/cciss_defs.h' is not exported

Caused by commit 429c42c9d246f5bda868495c09974312a0177328 ("cciss:
Consolidate duplicate bits in cciss_cmd.h & cciss_ioctl.h").

I have used the block tree from next-20100222 for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] cciss: export linux/cciss_defs.h header
  2010-02-23  2:26 linux-next: build failure after merge of the block tree Stephen Rothwell
@ 2010-02-23  4:52 ` dann frazier
  2010-02-23  7:39   ` Jens Axboe
  0 siblings, 1 reply; 3+ messages in thread
From: dann frazier @ 2010-02-23  4:52 UTC (permalink / raw)
  To: Jens Axboe, akpm
  Cc: linux-next, linux-kernel, mikem, brace, scameron,
	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 <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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] cciss: export linux/cciss_defs.h header
  2010-02-23  4:52 ` [PATCH] cciss: export linux/cciss_defs.h header dann frazier
@ 2010-02-23  7:39   ` Jens Axboe
  0 siblings, 0 replies; 3+ messages in thread
From: Jens Axboe @ 2010-02-23  7:39 UTC (permalink / raw)
  To: dann frazier
  Cc: akpm, linux-next, linux-kernel, mikem, brace, scameron,
	Stephen Rothwell

On Mon, Feb 22 2010, dann frazier wrote:
> '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

Thanks Dann for the patch, and sorry Stephen for the breakage.

-- 
Jens Axboe

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-02-23  7:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-23  2:26 linux-next: build failure after merge of the block tree Stephen Rothwell
2010-02-23  4:52 ` [PATCH] cciss: export linux/cciss_defs.h header dann frazier
2010-02-23  7:39   ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).