summaryrefslogtreecommitdiffstats
path: root/include/linux/Kbuild
diff options
context:
space:
mode:
authorMike Frysinger2007-05-08 09:32:40 +0200
committerLinus Torvalds2007-05-08 20:15:16 +0200
commita7e27d5dd396419dc6d6288db6a6d86cf3a94ba5 (patch)
treed724d785531a6c181b4b78c2fde96b122f07eff6 /include/linux/Kbuild
parentfix spinlock usage in hysdn_log_close() (diff)
downloadkernel-qcow2-linux-a7e27d5dd396419dc6d6288db6a6d86cf3a94ba5.tar.gz
kernel-qcow2-linux-a7e27d5dd396419dc6d6288db6a6d86cf3a94ba5.tar.xz
kernel-qcow2-linux-a7e27d5dd396419dc6d6288db6a6d86cf3a94ba5.zip
sanitize linux/isdn_divertif.h for userspace
the isdn_divertif contains kernel-only references so I've wrapped them in __KERNEL__ and add proper #include statements. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Cc: Karsten Keil <kkeil@suse.de> Cc: David Woodhouse <dwmw2@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/Kbuild')
-rw-r--r--include/linux/Kbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index ccc6fc157064..94cc04a143f2 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -92,7 +92,6 @@ header-y += ip_mp_alg.h
header-y += ipsec.h
header-y += ipx.h
header-y += irda.h
-header-y += isdn_divertif.h
header-y += iso_fs.h
header-y += ixjuser.h
header-y += jffs2.h
@@ -242,6 +241,7 @@ unifdef-y += ipv6.h
unifdef-y += ipv6_route.h
unifdef-y += isdn.h
unifdef-y += isdnif.h
+unifdef-y += isdn_divertif.h
unifdef-y += isdn_ppp.h
unifdef-y += isicom.h
unifdef-y += jbd.h