[PATCH] cciss: export linux/cciss_defs.h header

Previous thread: [PATCH -tip v3 0/9] perf-probe updates - use elfutils and introduce lazy matching by Masami Hiramatsu on Monday, February 22, 2010 - 7:08 pm. (12 messages)

Next thread: [RFC][PATCH] memcg: page fault oom improvement by KAMEZAWA Hiroyuki on Monday, February 22, 2010 - 8:03 pm. (17 messages)
From: Stephen Rothwell
Date: Monday, February 22, 2010 - 7:26 pm

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/
From: dann frazier
Date: Monday, February 22, 2010 - 9:52 pm

'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

--

From: Jens Axboe
Date: Tuesday, February 23, 2010 - 12:39 am

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

-- 
Jens Axboe

--

Previous thread: [PATCH -tip v3 0/9] perf-probe updates - use elfutils and introduce lazy matching by Masami Hiramatsu on Monday, February 22, 2010 - 7:08 pm. (12 messages)

Next thread: [RFC][PATCH] memcg: page fault oom improvement by KAMEZAWA Hiroyuki on Monday, February 22, 2010 - 8:03 pm. (17 messages)