From patchwork Thu Jun 20 15:39:45 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 806504 Received: from michel.telenet-ops.be (michel.telenet-ops.be [195.130.137.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B40001B013A for ; Thu, 20 Jun 2024 15:39:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.137.88 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718897999; cv=none; b=ue6ad2PmvWAwc4JmXKUOhrKsjTIMPj9B86sD10fzUPIljIYc/pZ4CC4F76uwkx7kn8rMTQQoAgeCU/g12J4bycL68ntw9sOSinDaFtVYjVE5hsp5nHz0Ydaw8UcvUWSU94DHX+srYeX7ZM5dRSfLvjHW6PUgC4o0hzjhzwaShjM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718897999; c=relaxed/simple; bh=Oh/XNnIXMWckXGB3LZdCngk6WfCW3KRvbELGvIZUJGM=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=p6s6QThlrTRVvFu63OCyJVMUhSwDMbqxz6pRzWy2BpLSyTL49YfDXVRyugM6y3lApYchwo4q3yKHdbW4PaZZdKUwZ3m61l3SY2m3DjNllDEmOtV+89BPcwF/nk1aKNdKZzQgHyyFjnG4A6+YDS63DmUt7qhE2WE/GEnDdmOSxaw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be; spf=none smtp.mailfrom=linux-m68k.org; arc=none smtp.client-ip=195.130.137.88 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux-m68k.org Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:260f:cd5c:91b1:523c]) by michel.telenet-ops.be with bizsmtp id drfo2C00S0Y0hZi06rfouM; Thu, 20 Jun 2024 17:39:49 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1sKJt6-0005LV-Oa; Thu, 20 Jun 2024 17:39:48 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1sKJt6-000LnU-MK; Thu, 20 Jun 2024 17:39:48 +0200 From: Geert Uytterhoeven To: Wolfram Sang , Lad Prabhakar , Ulf Hansson , Lee Jones , Arnd Bergmann , Laurent Pinchart Cc: linux-mmc@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 1/2] mfd: tmio: Remove obsolete .set_clk_div() callback Date: Thu, 20 Jun 2024 17:39:45 +0200 Message-Id: X-Mailer: git-send-email 2.34.1 In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-mmc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Commit bef64d2908e825c5 ("mmc: remove tmio_mmc driver") removed the last user of the .set_clk_div() callback in the tmio_mmc_data structure. Signed-off-by: Geert Uytterhoeven Reviewed-by: Wolfram Sang Tested-by: Wolfram Sang Acked-by: Lee Jones --- include/linux/mfd/tmio.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/mfd/tmio.h b/include/linux/mfd/tmio.h index eace8ea6cda05a3d..aca74ac1ff69e6f7 100644 --- a/include/linux/mfd/tmio.h +++ b/include/linux/mfd/tmio.h @@ -101,7 +101,6 @@ struct tmio_mmc_data { unsigned int max_blk_count; unsigned short max_segs; void (*set_pwr)(struct platform_device *host, int state); - void (*set_clk_div)(struct platform_device *host, int state); }; /*