From patchwork Fri Dec 18 14:18:03 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 58703 Delivered-To: patch@linaro.org Received: by 10.112.89.199 with SMTP id bq7csp1061065lbb; Fri, 18 Dec 2015 06:27:57 -0800 (PST) X-Received: by 10.66.150.5 with SMTP id ue5mr5549782pab.42.1450448877509; Fri, 18 Dec 2015 06:27:57 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id kd8si4614432pab.66.2015.12.18.06.27.57; Fri, 18 Dec 2015 06:27:57 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dkim=neutral (body hash did not verify) header.i=@linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933264AbbLRO1z (ORCPT + 29 others); Fri, 18 Dec 2015 09:27:55 -0500 Received: from mail-wm0-f50.google.com ([74.125.82.50]:35201 "EHLO mail-wm0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964843AbbLROTe (ORCPT ); Fri, 18 Dec 2015 09:19:34 -0500 Received: by mail-wm0-f50.google.com with SMTP id l126so66175165wml.0 for ; Fri, 18 Dec 2015 06:19:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=wy/CCs2Gzq/TYFkZw3ZeG90QVB7J36Cqb1Rslk5YDVs=; b=bvDfB9ENipEWj5Wp54KRtYMfdboyJjM1huc9qc5vZi4/uc6HaBCPhdm9mrzco9Zf4x JV1YdO1Gc9i1bFlp5rsp5A5zCmy6B9g3r+a9X793U2yqqYN0qKBnEwcl+mLX+3QHqDr+ 4rw/X6RNZGC4TSKgHqG5y9Up6yhS0hzHkrd00= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=wy/CCs2Gzq/TYFkZw3ZeG90QVB7J36Cqb1Rslk5YDVs=; b=AHIHvC61I9oQIhQhPBTNS+jLMdcqpX6kJC5sA6YghRaQ103T4oHqMrTFPMVdUW4zI/ DpgNjLPpgu3YR8iGzGloxutt2ig5LD8LpuLc2EjO6ZqQvVPYyd2YnzCR2c/DQ71mObQ4 F0+hyPe32de8GQXujXwzYQoJSYUM5I+FYzQ7qE5Q6WcEHjBQdlQBQgOrGe8TseZjRhHF 6DRiPJM7tmA1NPfMJUiHxDx4CXGnalxIM+wGnRWWiLkmKSgggq7doJ8+h5cM0p6ynsNu 5BYG/cjd4iC2HIgWiZqyWjLOnuFyB/0fcIQZKIeSiifGIQNx1gkiXhuejJDiU5YyDE4X 8+uQ== X-Gm-Message-State: ALoCoQliaDFvD9Ceoy01eqQtBVXcJJG/lJWCCom72B+rxCbyBprIF3DKWknfI28SpMY1TvBPjUltflCIWdJUk/f94jtQPy90Wg== X-Received: by 10.28.133.8 with SMTP id h8mr3504668wmd.71.1450448373045; Fri, 18 Dec 2015 06:19:33 -0800 (PST) Received: from localhost.localdomain ([78.210.255.2]) by smtp.gmail.com with ESMTPSA id ql10sm15010027wjc.23.2015.12.18.06.19.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 18 Dec 2015 06:19:32 -0800 (PST) From: Daniel Lezcano To: tglx@linutronix.de Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, mingo@kernel.org, Yoshinori Sato , uclinux-h8-devel@lists.sourceforge.jp (moderated list:H8/300 ARCHITECTURE) Subject: [PATCH 50/69] clocksource/drivers/h8300_timer16: Remove unused fields in timer16_priv Date: Fri, 18 Dec 2015 15:18:03 +0100 Message-Id: <1450448302-27429-50-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1450448302-27429-1-git-send-email-daniel.lezcano@linaro.org> References: <5672CB9E.7090707@linaro.org> <1450448302-27429-1-git-send-email-daniel.lezcano@linaro.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The fields are not used in the code, remove them. Signed-off-by: Daniel Lezcano --- drivers/clocksource/h8300_timer16.c | 2 -- 1 file changed, 2 deletions(-) -- 1.9.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/ diff --git a/drivers/clocksource/h8300_timer16.c b/drivers/clocksource/h8300_timer16.c index bc9289b..6705bf7 100644 --- a/drivers/clocksource/h8300_timer16.c +++ b/drivers/clocksource/h8300_timer16.c @@ -25,8 +25,6 @@ struct timer16_priv { unsigned long total_cycles; unsigned long mapbase; unsigned long mapcommon; - unsigned long flags; - unsigned short gra; unsigned short cs_enabled; unsigned char enb; unsigned char imfa;