From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750847AbdLZIdT (ORCPT ); Tue, 26 Dec 2017 03:33:19 -0500 Received: from mail.kernel.org ([198.145.29.99]:38242 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750705AbdLZIdS (ORCPT ); Tue, 26 Dec 2017 03:33:18 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BF384218BC Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=shawnguo@kernel.org Date: Tue, 26 Dec 2017 16:33:13 +0800 From: Shawn Guo To: Martin Kaiser Cc: Sascha Hauer , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: imx: remove unused imx3 pm definitions Message-ID: <20171226083312.GH23070@X250> References: <1513678024-2779-1-git-send-email-martin@kaiser.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1513678024-2779-1-git-send-email-martin@kaiser.cx> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 19, 2017 at 11:07:04AM +0100, Martin Kaiser wrote: > Remove the defintion of mx3_cpu_lp_set(), this function is not > implemented anywhere. Remove then mx3_cpu_pwr_mode enum as well, > it was used only as parameter of mx3_cpu_lp_set(). > > Signed-off-by: Martin Kaiser Applied, thanks.