From patchwork Fri Dec 18 14:17:55 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 58710 Delivered-To: patch@linaro.org Received: by 10.112.89.199 with SMTP id bq7csp1062683lbb; Fri, 18 Dec 2015 06:30:47 -0800 (PST) X-Received: by 10.98.75.77 with SMTP id y74mr5511900pfa.115.1450449047048; Fri, 18 Dec 2015 06:30:47 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q22si3000989pfi.191.2015.12.18.06.30.46; Fri, 18 Dec 2015 06:30:47 -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 S1753923AbbLROap (ORCPT + 29 others); Fri, 18 Dec 2015 09:30:45 -0500 Received: from mail-wm0-f53.google.com ([74.125.82.53]:35019 "EHLO mail-wm0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933123AbbLROTY (ORCPT ); Fri, 18 Dec 2015 09:19:24 -0500 Received: by mail-wm0-f53.google.com with SMTP id l126so66169004wml.0 for ; Fri, 18 Dec 2015 06:19:23 -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=+Z/0BpCDFj+KOL9o+RdWTzZhYWHwmASdya6jT1NBr4k=; b=ibw9CzyzK0JS1FbyaHeEc5RH8EsQ0u6fCotg7BKWQOV9+P0JakGmtbYlpQGsMGFtU4 lPocxtxKdTFcF2GSw38qf6kEoIDfsaf8BBNNf8RZTsFfCtjT9J9toPo1TV3UceFBXh/p G8etvOUURsrp8n6rTW+HzlnXjIfgDq+PzU6FY= 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=+Z/0BpCDFj+KOL9o+RdWTzZhYWHwmASdya6jT1NBr4k=; b=EgFaMhG1WHF2UklBzeQf1vrMePMf2unw31fott6rpjtdWPACuQQy/gsWO4yom3Mc4E o6FiEwBON9Q7b3lmkSYH0H8iuz2SODZfufNua8cy/WpVxrIIHFx4I4eBVZxvQ2yo3SIe VbG/4/ZipVJwuBSMO5N7yh844QCg/1SymZUOGANvlfB5Ix2yhFuxwECTrLX5Qa20wL/5 /WelkE+tBjxRdRInGOPtNygftxxPoQIZTI+t5x5pjQr3aRWVcfterBDrbhg34uobbExm pCYoinJSUGsWgUd2XytGItVt7lseSEHW/8FVkBl68MkcJ+dR6NLo2zgK2ebdDgP6Db5A Ap4w== X-Gm-Message-State: ALoCoQkN5fWR35tfhuo2J5acQdVa15+0lsMwkgrtI+1RO+ZpGoDeySpMw0VzICkz0P+884KDj+VJV2F/CyxM4M2vFj1jLCS+uA== X-Received: by 10.194.184.104 with SMTP id et8mr4644682wjc.87.1450448363117; Fri, 18 Dec 2015 06:19:23 -0800 (PST) Received: from localhost.localdomain ([78.210.255.2]) by smtp.gmail.com with ESMTPSA id ql10sm15010027wjc.23.2015.12.18.06.19.21 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 18 Dec 2015 06:19:22 -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 42/69] clocksource/drivers/h8300_timer8: Remove unused macros Date: Fri, 18 Dec 2015 15:17:55 +0100 Message-Id: <1450448302-27429-42-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 Signed-off-by: Daniel Lezcano --- drivers/clocksource/h8300_timer8.c | 4 ---- 1 file changed, 4 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_timer8.c b/drivers/clocksource/h8300_timer8.c index 62a7f8c..88b9b06 100644 --- a/drivers/clocksource/h8300_timer8.c +++ b/drivers/clocksource/h8300_timer8.c @@ -24,7 +24,6 @@ #define TCORB 6 #define _8TCNT 8 -#define FLAG_REPROGRAM (1 << 0) #define FLAG_SKIPEVENT (1 << 1) #define FLAG_IRQCONTEXT (1 << 2) #define FLAG_STARTED (1 << 3) @@ -32,9 +31,6 @@ #define ONESHOT 0 #define PERIODIC 1 -#define RELATIVE 0 -#define ABSOLUTE 1 - #define SCALE 64 struct timer8_priv {