[PATCH] unifdef linux/vt.h

From: Olaf Hering
Date: Fri Jan 25 2008 - 13:02:11 EST



remove the newly added __KERNEL__ block from linux/vt.h

Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>

---
include/linux/Kbuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -157,7 +157,6 @@ header-y += veth.h
header-y += video_decoder.h
header-y += video_encoder.h
header-y += videotext.h
-header-y += vt.h
header-y += x25.h

unifdef-y += acct.h
@@ -348,6 +347,7 @@ unifdef-y += videodev.h
unifdef-y += virtio_config.h
unifdef-y += virtio_blk.h
unifdef-y += virtio_net.h
+unifdef-y += vt.h
unifdef-y += wait.h
unifdef-y += wanrouter.h
unifdef-y += watchdog.h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/