From patchwork Mon Oct 14 02:41:56 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Manish Badarkhe X-Patchwork-Id: 283136 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from mail-pb0-x237.google.com (mail-pb0-x237.google.com [IPv6:2607:f8b0:400e:c01::237]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 661072C0368 for ; Mon, 14 Oct 2013 13:42:07 +1100 (EST) Received: by mail-pb0-f55.google.com with SMTP id ro12sf1263288pbb.10 for ; Sun, 13 Oct 2013 19:42:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=20120806; h=mime-version:from:to:cc:subject:date:message-id:x-original-sender :x-original-authentication-results:reply-to:precedence:mailing-list :list-id:list-post:list-help:list-archive:sender:list-subscribe :list-unsubscribe:content-type; bh=GLIw5/mH1ZbuuXytOWYePUM8uyOikK3/nNNmnpx36SA=; b=MjDaeMg2AaxpXUA5GPIyick5ok2XCgSdATdtdig02EYIcQPpsdHmxdXkd36OPF6vv2 xbO8iACr16YtPOvrKd/jsZDtLryxRWtv2zErOknkP40TPkSzHaex6Ln9cXGQ2afkNmQZ fOr90kl1Jg0T/n1wNkcaF/eGakJ6Zy/cQgMtJS0NC8LCkrzNkTIyHctv4a8xxK4Dyyhb diF4HoWpghE/tc81eH0lSXl9LAhXZze8vPshv2KnwHhEKjh3gL3S++sXgHiAn0y9oP6e PWCEhU/GHHtdeG7kCQ0f244ltbfykzeZcATUXUoDHsAInNudEJb27XQ9L72XJdYZMeg3 q3Ug== X-Received: by 10.49.5.167 with SMTP id t7mr5982qet.7.1381718524075; Sun, 13 Oct 2013 19:42:04 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: rtc-linux@googlegroups.com Received: by 10.49.12.103 with SMTP id x7ls2048138qeb.14.gmail; Sun, 13 Oct 2013 19:42:03 -0700 (PDT) X-Received: by 10.52.109.164 with SMTP id ht4mr1175277vdb.8.1381718523700; Sun, 13 Oct 2013 19:42:03 -0700 (PDT) Received: from mail-pd0-x230.google.com (mail-pd0-x230.google.com [2607:f8b0:400e:c02::230]) by gmr-mx.google.com with ESMTPS id zg4si2453935pbc.1.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 13 Oct 2013 19:42:03 -0700 (PDT) Received-SPF: pass (google.com: domain of badarkhe.manish@gmail.com designates 2607:f8b0:400e:c02::230 as permitted sender) client-ip=2607:f8b0:400e:c02::230; Received: by mail-pd0-f176.google.com with SMTP id q10so6726057pdj.21 for ; Sun, 13 Oct 2013 19:42:03 -0700 (PDT) X-Received: by 10.66.136.131 with SMTP id qa3mr35224591pab.77.1381718523562; Sun, 13 Oct 2013 19:42:03 -0700 (PDT) Received: from localhost.localdomain ([113.193.145.63]) by mx.google.com with ESMTPSA id om2sm74759189pbc.30.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 13 Oct 2013 19:42:02 -0700 (PDT) From: Manish Badarkhe To: rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org Cc: badarkhe.manish@gmail.com, a.zummo@towertech.it Subject: [rtc-linux] [PATCH] rtc: rtc-tps65910: remove unnecessary include Date: Mon, 14 Oct 2013 08:11:56 +0530 Message-Id: <1381718516-3698-1-git-send-email-badarkhe.manish@gmail.com> X-Mailer: git-send-email 1.7.10.4 X-Original-Sender: badarkhe.manish@gmail.com X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of badarkhe.manish@gmail.com designates 2607:f8b0:400e:c02::230 as permitted sender) smtp.mail=badarkhe.manish@gmail.com; dkim=pass header.i=@gmail.com; dmarc=pass (p=NONE dis=NONE) header.from=gmail.com Reply-To: rtc-linux@googlegroups.com Precedence: list Mailing-list: list rtc-linux@googlegroups.com; contact rtc-linux+owners@googlegroups.com List-ID: X-Google-Group-Id: 712029733259 List-Post: , List-Help: , List-Archive: Sender: rtc-linux@googlegroups.com List-Subscribe: , List-Unsubscribe: , Currently, driver includes 'pm_runtime.h' which is not used anywhere in code hence remove this unnecessory inclusion. Signed-off-by: Manish Badarkhe --- :100644 100644 a9caf04... 7af0020... M drivers/rtc/rtc-tps65910.c drivers/rtc/rtc-tps65910.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/rtc/rtc-tps65910.c b/drivers/rtc/rtc-tps65910.c index a9caf04..7af0020 100644 --- a/drivers/rtc/rtc-tps65910.c +++ b/drivers/rtc/rtc-tps65910.c @@ -22,7 +22,6 @@ #include #include #include -#include #include #include