From patchwork Thu Jul 5 11:30:44 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 9834 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 936F323E23 for ; Thu, 5 Jul 2012 11:43:08 +0000 (UTC) Received: from mail-yx0-f180.google.com (mail-yx0-f180.google.com [209.85.213.180]) by fiordland.canonical.com (Postfix) with ESMTP id 4D8F0A1864B for ; Thu, 5 Jul 2012 11:43:08 +0000 (UTC) Received: by yenq6 with SMTP id q6so7846290yen.11 for ; Thu, 05 Jul 2012 04:43:07 -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=SxVkeCooWlsFZMX+9Yn+xTAm/3xSC7ku1tXzwCmnoaY=; b=hMUc0oKDL3Y0VxTJeUPlyzLiOxmLPCfFIQLCw5cYPshWqjMXt+OUkQX4cG+qWu9spf OAzgp4iXQ7kVucKnHoaSeA/tqB3CP96AVdfynGh/WCgDM4gg64wzQkau5No7GWrsxzm0 EBpftsHpZcrv+LX7XqDHMKCKn7eYTbh2AerCRr+bNeFn2du57D7lmJFbtxF1XiDaFHTg mdXPmUG5BPN1NGloh3p9SvhUaj6Pqyg3vRC0UU371UtfT0PEO2x8rB2bBjRmhpaCy0Ji r0BL1Xm3um1BVEA+rOIxr1pPcG/5nYNshI1lPnpPBnPIt0OGCcETMkqT7IwoutAcMOkp ir9A== Received: by 10.50.87.227 with SMTP id bb3mr13712939igb.57.1341488587553; Thu, 05 Jul 2012 04:43:07 -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.231.24.148 with SMTP id v20csp64248ibb; Thu, 5 Jul 2012 04:43:06 -0700 (PDT) Received: by 10.68.192.39 with SMTP id hd7mr27133058pbc.97.1341488586452; Thu, 05 Jul 2012 04:43:06 -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 tg7si37517326pbc.159.2012.07.05.04.43.06 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 05 Jul 2012 04:43:06 -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 pbbrr4 with SMTP id rr4so14974110pbb.37 for ; Thu, 05 Jul 2012 04:43:06 -0700 (PDT) Received: by 10.68.233.225 with SMTP id tz1mr5391625pbc.4.1341488586138; Thu, 05 Jul 2012 04:43:06 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id ob9sm19636446pbb.28.2012.07.05.04.43.03 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 05 Jul 2012 04:43:05 -0700 (PDT) From: Sachin Kamat To: rtc-linux@googlegroups.com Cc: linux-kernel@vger.kernel.org, a.zummo@towertech.it, akpm@linux-foundation.org, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/1] rtc: rtc-s3c: Replace #include header files from asm/* to linux/* Date: Thu, 5 Jul 2012 17:00:44 +0530 Message-Id: <1341487844-26689-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQkyionnE4P9RRtvx/+lCXgK7iE8+a3OC9alknD5BWkY6rRb/chGzQSFCkzynEV1kHP3qyp2 Fixes the following checkpatch warnings: WARNING: Use #include instead of WARNING: Use #include instead of Signed-off-by: Sachin Kamat --- drivers/rtc/rtc-s3c.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/rtc/rtc-s3c.c b/drivers/rtc/rtc-s3c.c index 7e6af0b..bfbd92c 100644 --- a/drivers/rtc/rtc-s3c.c +++ b/drivers/rtc/rtc-s3c.c @@ -26,10 +26,10 @@ #include #include #include +#include +#include #include -#include -#include #include #include