diff options
author | Olaf Hering <olaf@aepfle.de> | 2007-10-16 23:27:06 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 08:42:52 -0700 |
commit | e30618cbd1919df61b3f17486af44ac78c24cae5 (patch) | |
tree | 995dd581f294965ef04d90f94f02dfa1f81fbdeb | |
parent | 7ba4b927f5fc9a5642adc5675b6d60c710dc8021 (diff) | |
download | linux-3.10-e30618cbd1919df61b3f17486af44ac78c24cae5.tar.gz linux-3.10-e30618cbd1919df61b3f17486af44ac78c24cae5.tar.bz2 linux-3.10-e30618cbd1919df61b3f17486af44ac78c24cae5.zip |
remove consolemap.h from header exports
Remove linux/consolemap.h from make headers_install
It contains no user interfaces.
The defines in this file are used only for kernel internal state.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-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 2e683c1c443..7ac8303c847 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -46,7 +46,6 @@ header-y += chio.h header-y += coda_psdev.h header-y += coff.h header-y += comstats.h -header-y += consolemap.h header-y += const.h header-y += cycx_cfm.h header-y += dlm_device.h |