From patchwork Tue Aug 7 09:44:12 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 10557 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id D67DB24000 for ; Tue, 7 Aug 2012 09:45:40 +0000 (UTC) Received: from mail-gg0-f180.google.com (mail-gg0-f180.google.com [209.85.161.180]) by fiordland.canonical.com (Postfix) with ESMTP id 910A5A18E3C for ; Tue, 7 Aug 2012 09:45:40 +0000 (UTC) Received: by ggnf1 with SMTP id f1so3460915ggn.11 for ; Tue, 07 Aug 2012 02:45:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:x-gm-message-state; bh=hCWBZ2BWc/OP9rR/tMFjT7fxW1ABJm089azMkR0uuCY=; b=kyr5fJ6Ny/AhGZpvSkTsQ1qzoWKTXTYk1TzodTaYyhXsrXtCRhIVhk0mOZ3/S65CZ6 Ur+qVs/C+Uaw9nGRFsNXCcSdXCsaO0LhxrUNU3fc135p/DXl2aZoOWbIyRBTFgpD5UoJ BRps1L15uaD7F3mrUJITlz4FfDw9795dYerhaqshW/Ia65fIg/Ns/n1C3rkOBB5nO5FL jYmtwF/Mizv56u5GlAew4DECcMrCrsCKt8oFVbOEbC/lr/PuvBedOTaoVpRv5NaBcvI8 HItu0xwXjgq5veSk3/Ztwl7BS0aEI4jI/WpYDN3qhdOgivkO/bMEfmLbfNweQ3zFI6NS 5OOQ== Received: by 10.42.123.130 with SMTP id s2mr5722810icr.50.1344332739788; Tue, 07 Aug 2012 02:45:39 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.87.40 with SMTP id u8csp488250igz; Tue, 7 Aug 2012 02:45:39 -0700 (PDT) Received: by 10.68.195.197 with SMTP id ig5mr26284196pbc.137.1344332739139; Tue, 07 Aug 2012 02:45:39 -0700 (PDT) Received: from mail-pb0-f50.google.com (mail-pb0-f50.google.com [209.85.160.50]) by mx.google.com with ESMTPS id iq5si24873178pbc.344.2012.08.07.02.45.38 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 07 Aug 2012 02:45:39 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.160.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by pbcmd12 with SMTP id md12so6052058pbc.37 for ; Tue, 07 Aug 2012 02:45:38 -0700 (PDT) Received: by 10.68.239.103 with SMTP id vr7mr26869478pbc.0.1344332738720; Tue, 07 Aug 2012 02:45:38 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id pe8sm7436871pbc.76.2012.08.07.02.45.35 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 07 Aug 2012 02:45:38 -0700 (PDT) From: Sachin Kamat To: linux-watchdog@vger.kernel.org Cc: wim@iguana.be, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH] watchdog: da9052: Remove duplicate inclusion of delay.h Date: Tue, 7 Aug 2012 15:14:12 +0530 Message-Id: <1344332652-9455-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQlGTMDpDZ51dlspYmwjAVcTXfX/defl/9U9Rh/EjZpIBoPtIRGKn5gPfoQ6zI9pHhY4eCuB delay.h header file was included twice. Signed-off-by: Sachin Kamat --- drivers/watchdog/da9052_wdt.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/watchdog/da9052_wdt.c b/drivers/watchdog/da9052_wdt.c index 3f75129..f7abbae 100644 --- a/drivers/watchdog/da9052_wdt.c +++ b/drivers/watchdog/da9052_wdt.c @@ -21,7 +21,6 @@ #include #include #include -#include #include #include