[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1417396577-32499-1-git-send-email-yamada.m@jp.panasonic.com>
Date: Mon, 1 Dec 2014 10:16:17 +0900
From: Masahiro Yamada <yamada.m@...panasonic.com>
To: netdev@...r.kernel.org
Cc: Masahiro Yamada <yamada.m@...panasonic.com>,
Stephen Hemminger <stephen@...workplumber.org>,
"David S. Miller" <davem@...emloft.net>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Alexei Starovoitov <ast@...mgrid.com>,
Piotr Król <piotr.krol@...eb.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Sakari Ailus <sakari.ailus@...ux.intel.com>,
linux-api@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] 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@...panasonic.com>
Cc: Stephen Hemminger <stephen@...workplumber.org>
---
include/uapi/linux/Kbuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild
index 4c94f31..8523f9b 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
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists