Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751776Ab2KTFz0 (ORCPT ); Tue, 20 Nov 2012 00:55:26 -0500 Received: from mail-pb0-f46.google.com ([209.85.160.46]:41289 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750861Ab2KTFzZ (ORCPT ); Tue, 20 Nov 2012 00:55:25 -0500 From: Sachin Kamat To: linux-kernel@vger.kernel.org Cc: sameo@linux.intel.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/1] mfd/twl6040: Remove duplicate inclusion of linux/err.h Date: Tue, 20 Nov 2012 11:19:15 +0530 Message-Id: <1353390555-25519-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 796 Lines: 27 linux/err.h was included twice. Signed-off-by: Sachin Kamat --- drivers/mfd/twl6040.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/mfd/twl6040.c b/drivers/mfd/twl6040.c index e5f7b79..583be76 100644 --- a/drivers/mfd/twl6040.c +++ b/drivers/mfd/twl6040.c @@ -37,7 +37,6 @@ #include #include #include -#include #include #include #include -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/