From e30618cbd1919df61b3f17486af44ac78c24cae5 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Tue, 16 Oct 2007 23:27:06 -0700 Subject: [PATCH] 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- include/linux/Kbuild | 1 - 1 file changed, 1 deletion(-) 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 -- 2.11.4.GIT