From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751605AbdB0Qmv convert rfc822-to-8bit (ORCPT ); Mon, 27 Feb 2017 11:42:51 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:36713 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751364AbdB0Qmt (ORCPT ); Mon, 27 Feb 2017 11:42:49 -0500 Subject: Re: [PATCH] [linux-next] xenbus: Remove duplicate inclusion of linux/init.h To: Juergen Gross , Masanari Iida , linux-kernel@vger.kernel.org, xen-devel@lists.xenproject.org References: <20170226071521.794-1-standby24x7@gmail.com> From: Boris Ostrovsky Message-ID: <014ee80e-5610-0b0b-9a2f-830375973090@oracle.com> Date: Mon, 27 Feb 2017 11:43:57 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8BIT X-Source-IP: aserv0021.oracle.com [141.146.126.233] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/27/2017 02:56 AM, Juergen Gross wrote: > On 26/02/17 08:15, Masanari Iida wrote: >> This patch remove duplicate inclusion of linux/init.h in >> xenbus_dev_frontend.c. >> Confirm successfully compile after remove the line. >> >> Signed-off-by: Masanari Iida > Reviewed-by: Juergen Gross Applied to for-linus-4.11. -boris