diff options
| author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-11-30 20:16:17 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2014-12-06 00:35:48 -0500 |
| commit | 4fc11e61f46dd66730a18e8136607386007ee8c9 (patch) | |
| tree | 0a42ccfaf13b62a0709f0bfa2394dbbae285042e | |
| parent | ea589e9b7838f5d1c3d4998f9fe08854872187fc (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 <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 | |||
| 427 | header-y += virtio_pci.h | 427 | header-y += virtio_pci.h |
| 428 | header-y += virtio_ring.h | 428 | header-y += virtio_ring.h |
| 429 | header-y += virtio_rng.h | 429 | header-y += virtio_rng.h |
| 430 | header=y += vm_sockets.h | 430 | header-y += vm_sockets.h |
| 431 | header-y += vt.h | 431 | header-y += vt.h |
| 432 | header-y += wait.h | 432 | header-y += wait.h |
| 433 | header-y += wanrouter.h | 433 | header-y += wanrouter.h |
