From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751417AbdBALFW (ORCPT ); Wed, 1 Feb 2017 06:05:22 -0500 Received: from mail-pg0-f67.google.com ([74.125.83.67]:34998 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751311AbdBALFV (ORCPT ); Wed, 1 Feb 2017 06:05:21 -0500 From: Masanari Iida To: johan@kernel.org, elder@kernel.org, gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, greybus-dev@lists.linaro.org Cc: Masanari Iida Subject: [PATCH] [linux-next] staging: greybus: Remove duplicate include file Date: Wed, 1 Feb 2017 20:05:07 +0900 Message-Id: <20170201110507.11042-1-standby24x7@gmail.com> X-Mailer: git-send-email 2.11.0.616.g8f60064c1f53 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch removed duplicated include line. Signed-off-by: Masanari Iida --- drivers/staging/greybus/authentication.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/greybus/authentication.c b/drivers/staging/greybus/authentication.c index 168626ba0c03..6c5dcb1c226b 100644 --- a/drivers/staging/greybus/authentication.c +++ b/drivers/staging/greybus/authentication.c @@ -16,7 +16,6 @@ #include "greybus_authentication.h" #include "firmware.h" -#include "greybus.h" #define CAP_TIMEOUT_MS 1000 -- 2.11.0.616.g8f60064c1f53