From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 87C91C10DCE for ; Fri, 6 Mar 2020 18:03:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 653D920637 for ; Fri, 6 Mar 2020 18:03:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726083AbgCFSDd (ORCPT ); Fri, 6 Mar 2020 13:03:33 -0500 Received: from muru.com ([72.249.23.125]:59164 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725922AbgCFSDd (ORCPT ); Fri, 6 Mar 2020 13:03:33 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 5DDA28027; Fri, 6 Mar 2020 18:04:18 +0000 (UTC) Date: Fri, 6 Mar 2020 10:03:29 -0800 From: Tony Lindgren To: Lokesh Vutla Cc: Thierry Reding , Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= , Linux OMAP Mailing List , linux-kernel@vger.kernel.org, linux-pwm@vger.kernel.org, Sekhar Nori , Vignesh R Subject: Re: [PATCH v2 1/6] pwm: omap-dmtimer: Drop unused header file Message-ID: <20200306180329.GG37466@atomide.com> References: <20200228095651.32464-1-lokeshvutla@ti.com> <20200228095651.32464-2-lokeshvutla@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200228095651.32464-2-lokeshvutla@ti.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Lokesh Vutla [200228 09:58]: > pwm_omap_dmtimer.h is used only: > - to typedef struct omap_dm_timer to pwm_omap_dmtimer > - for macro PWM_OMAP_DMTIMER_TRIGGER_OVERFLOW_AND_COMPARE > Rest of the file is pretty mush unsed. So reuse omap_dm_timer > and OMAP_TIMER_TRIGGER_OVERFLOW_AND_COMPARE in pwm-omap-dmtimer.c > and delete the header file. Acked-by: Tony Lindgren