Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>
Cc: David Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Masahiro Yamada and committed by
Linus Torvalds
d0747f10 7cc78f8f

+1 -1
+1 -1
include/uapi/linux/Kbuild
··· 427 427 header-y += virtio_pci.h 428 428 header-y += virtio_ring.h 429 429 header-y += virtio_rng.h 430 - header=y += vm_sockets.h 430 + header-y += vm_sockets.h 431 431 header-y += vt.h 432 432 header-y += wait.h 433 433 header-y += wanrouter.h