From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Subject: Re: [PATCH] uapi: fix to export linux/vm_sockets.h Date: Thu, 04 Dec 2014 17:15:17 +0900 Message-ID: <20141204171516.E206.AA925319@jp.panasonic.com> References: <1417396577-32499-1-git-send-email-yamada.m@jp.panasonic.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Stephen Hemminger , "David S. Miller" , Greg Kroah-Hartman , Alexei Starovoitov , Piotr Krol , Andrew Morton , Sakari Ailus , linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Return-path: In-Reply-To: <1417396577-32499-1-git-send-email-yamada.m-NAum8xwdG0+S7A1Ibl2khg@public.gmane.org> Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org Hi. Is there a chance to fix this by the Linux 3.18 release? Thanks. On Mon, 1 Dec 2014 10:16:17 +0900 Masahiro Yamada wrote: > A typo "header=y" was introduced by commit 7071cf7fc435 > (uapi: add missing network related headers to kbuild). > > Signed-off-by: Masahiro Yamada > Cc: Stephen Hemminger > --- > > 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 linux-kernel" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/