diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-12-01 10:16:17 +0900 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-12-05 21:35:48 -0800 |
commit | 4fc11e61f46dd66730a18e8136607386007ee8c9 (patch) | |
tree | 0a42ccfaf13b62a0709f0bfa2394dbbae285042e | |
parent | ea589e9b7838f5d1c3d4998f9fe08854872187fc (diff) | |
download | linux-4fc11e61f46dd66730a18e8136607386007ee8c9.tar.gz linux-4fc11e61f46dd66730a18e8136607386007ee8c9.tar.bz2 linux-4fc11e61f46dd66730a18e8136607386007ee8c9.zip |
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 <yamada.m@jp.panasonic.com>
Cc: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
-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 |