diff options
| author | David Howells <dhowells@redhat.com> | 2012-10-13 05:45:06 -0400 |
|---|---|---|
| committer | David Howells <dhowells@redhat.com> | 2012-10-13 05:45:06 -0400 |
| commit | 08cce05c5a91f5017f4edc9866cf026908c73f9f (patch) | |
| tree | fc03b0188829102c65c77ecc0ac173b8d72ec7a2 /include/linux/Kbuild | |
| parent | 8e4627dd865fca4b7e7a46128cd2659e64cdebb0 (diff) | |
UAPI: Unexport linux/blk_types.h
It seems that was linux/blk_types.h incorrectly exported to fix up some missing
bits required by the exported parts of linux/fs.h (READ, WRITE, READA, etc.).
So unexport linux/blk_types.h and unexport the relevant bits of linux/fs.h.
Signed-off-by: David Howells <dhowells@redhat.com>
cc: Jens Axboe <jaxboe@fusionio.com>
cc: Tejun Heo <tj@kernel.org>
cc: Al Viro <viro@ZenIV.linux.org.uk>
Diffstat (limited to 'include/linux/Kbuild')
| -rw-r--r-- | include/linux/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index d114db9477f4..e2a1346514a6 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild | |||
| @@ -69,7 +69,6 @@ header-y += b1lli.h | |||
| 69 | header-y += baycom.h | 69 | header-y += baycom.h |
| 70 | header-y += bfs_fs.h | 70 | header-y += bfs_fs.h |
| 71 | header-y += binfmts.h | 71 | header-y += binfmts.h |
| 72 | header-y += blk_types.h | ||
| 73 | header-y += blkpg.h | 72 | header-y += blkpg.h |
| 74 | header-y += blktrace_api.h | 73 | header-y += blktrace_api.h |
| 75 | header-y += bpqether.h | 74 | header-y += bpqether.h |
