uapi: fix to export linux/vm_sockets.h
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 4 Dec 2014 22:42:25 +0000 (14:42 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 4 Dec 2014 23:28:40 +0000 (15:28 -0800)
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>
Cc: David Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/uapi/linux/Kbuild

index 4c94f31..8523f9b 100644 (file)
@@ -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