diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-04 14:00:06 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-04 14:00:06 -0700 |
commit | 7ad7153b051d9628ecd6a336b543ea6ef099bd2c (patch) | |
tree | f7a5cb33e45fe785e7c04ea24dc0971995842d9c /include | |
parent | 6fa0cb1141da80eed4f86155fb51931bc1c31888 (diff) | |
download | op-kernel-dev-7ad7153b051d9628ecd6a336b543ea6ef099bd2c.zip op-kernel-dev-7ad7153b051d9628ecd6a336b543ea6ef099bd2c.tar.gz |
Fix up headers_install wrt devfs removal
No devfs_fs.h header any more..
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index f7252be..2b8a7d6 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 \ |