diff options
author | Masahiro Yamada <[email protected]> | 2014-12-04 14:42:25 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2014-12-04 15:28:40 -0800 |
commit | d0747f10ed5fec3d1f40c4b350dc9673011fc8e2 (patch) | |
tree | c3f8f5909478318e7a23d461b25a579089245c63 | |
parent | 7cc78f8fa02c2485104b86434acbc1538a3bd807 (diff) |
uapi: fix to export linux/vm_sockets.h
A typo "header=y" was introduced by commit 7071cf7fc435 ("uapi: add
missing network related headers to kbuild").
Signed-off-by: Masahiro Yamada <[email protected]>
Cc: Stephen Hemminger <[email protected]>
Cc: David Miller <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | include/uapi/linux/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index 4c94f31a8c99..8523f9bb72f2 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild @@ -427,7 +427,7 @@ header-y += virtio_net.h header-y += virtio_pci.h header-y += virtio_ring.h header-y += virtio_rng.h -header=y += vm_sockets.h +header-y += vm_sockets.h header-y += vt.h header-y += wait.h header-y += wanrouter.h |