From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752262AbdBZHP3 (ORCPT ); Sun, 26 Feb 2017 02:15:29 -0500 Received: from mail-pg0-f68.google.com ([74.125.83.68]:34649 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750962AbdBZHP2 (ORCPT ); Sun, 26 Feb 2017 02:15:28 -0500 From: Masanari Iida To: boris.ostrovsky@oracle.com, jgross@suse.com, linux-kernel@vger.kernel.org, xen-devel@lists.xenproject.org Cc: Masanari Iida Subject: [PATCH] [linux-next] xenbus: Remove duplicate inclusion of linux/init.h Date: Sun, 26 Feb 2017 16:15:21 +0900 Message-Id: <20170226071521.794-1-standby24x7@gmail.com> X-Mailer: git-send-email 2.12.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- drivers/xen/xenbus/xenbus_dev_frontend.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/xen/xenbus/xenbus_dev_frontend.c b/drivers/xen/xenbus/xenbus_dev_frontend.c index 4d343eed08f5..1f4733b80c87 100644 --- a/drivers/xen/xenbus/xenbus_dev_frontend.c +++ b/drivers/xen/xenbus/xenbus_dev_frontend.c @@ -55,7 +55,6 @@ #include #include #include -#include #include #include -- 2.12.0