From: Linus Torvalds <torvalds@g5.osdl.org>
Date: Tue, 4 Jul 2006 21:00:06 +0000 (-0700)
Subject: Fix up headers_install wrt devfs removal
X-Git-Tag: firefly_0821_release~34388
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7ad7153b051d9628ecd6a336b543ea6ef099bd2c;p=firefly-linux-kernel-4.4.55.git

Fix up headers_install wrt devfs removal

No devfs_fs.h header any more..

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
---

diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index f7252be57702..2b8a7d68fae3 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -8,7 +8,7 @@ header-y += affs_fs.h affs_hardblocks.h aio_abi.h a.out.h arcfb.h	\
 	atmppp.h atmsap.h atmsvc.h atm_zatm.h auto_fs4.h auxvec.h	\
 	awe_voice.h ax25.h b1lli.h baycom.h bfs_fs.h blkpg.h		\
 	bpqether.h cdk.h chio.h coda_psdev.h coff.h comstats.h		\
-	consolemap.h cycx_cfm.h devfs_fs.h dm-ioctl.h dn.h dqblk_v1.h	\
+	consolemap.h cycx_cfm.h dm-ioctl.h dn.h dqblk_v1.h		\
 	dqblk_v2.h dqblk_xfs.h efs_fs_sb.h elf-fdpic.h elf.h elf-em.h	\
 	fadvise.h fd.h fdreg.h ftape-header-segment.h ftape-vendors.h	\
 	fuse.h futex.h genetlink.h gen_stats.h gigaset_dev.h hdsmart.h	\