From patchwork Thu Mar 3 18:00:12 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 12767857 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E3443C433F5 for ; Thu, 3 Mar 2022 18:02:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=YnQNcpHYZ22cT3htQvNq8owDQ+qmevoMHNkpDOV7pDU=; b=xJEFWz9XNsJVd3 eP5y9XmAWXDKpubNZE4X8azGcHGQz/KkErlRluEq0oTUivAi0hy3sFq7QJ487VOqgJOuQCQAYDsqK mva52uBjjhZi+pyUaz8B8eNIPzXyQxteeRTMcaS8s8c+0hhbCR+H8kR6M5xGwDspLXLb7+6phoEpY gbZI9+XT69CkPU/jsQfo3Z4+vgbtOIQ/IQhpbTbCynBIy3CIuq9+GZDXm0OlHvxBDsguPU75BIA/j ow5nZJpMVrEXBe+k7hQSLvOjkUYA4aewwpdDtv0PA6CthM8Y0uEr2F30BzJcU1JBUFDzGXDsJAbPh KKtx13IAB31gJNzY1yZw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nPplM-007Pri-Un; Thu, 03 Mar 2022 18:01:17 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nPplA-007PnB-Il for linux-arm-kernel@lists.infradead.org; Thu, 03 Mar 2022 18:01:06 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2B01161989; Thu, 3 Mar 2022 18:01:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8B491C340F0; Thu, 3 Mar 2022 18:01:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1646330463; bh=HXB8WvVn38SLYE0M/BOlh6qLUFc7dMz6hOUpC59yqeg=; h=From:To:Cc:Subject:Date:From; b=P6mehJQ3pPdhqJNut2i/BbTPhTEEd42xS2ahyiToif24ccOqxud1KzsfZM5jJcY0H f6F+WR3xvUXLRy5B/mQI1nVDbCm7ce6dJ8yA3ddmqdu2NKE/AZHGEaOwgKwc11SbEz knaBGtKUUZxZ8e2iFkO9xSwfdb0w+ONk9Wbwn4EKRZmIr3lHaQJDbEPj9zkBrXjqnf LjdV30nHCsb4Ntjb65t7ZyefwCcECYGmtOaT6Il9ixFrrw8NFTyUUXsRd/QD2wYxeg 5dKMrnOT17+P2eqV7kLgIlQY17iRB3b/foS20fS85Fw+8uVajKR/N7iv0dlJ2RctZR j0ZoDN5BDcpxA== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1nPpl7-0000im-Dy; Thu, 03 Mar 2022 19:01:02 +0100 From: Johan Hovold To: Tony Lindgren Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, Johan Hovold Subject: [PATCH 0/2] ARM: OMAP2+: omap-device cleanups Date: Thu, 3 Mar 2022 19:00:12 +0100 Message-Id: <20220303180014.2639-1-johan@kernel.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220303_100105_119241_A127DEB7 X-CRM114-Status: UNSURE ( 8.84 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org When fixing some platform-device leaks to due to missing error handling, I stumbled over the omap_device_register() helper which is no longer used and can be removed. Johan Johan Hovold (2): ARM: OMAP2+: drop omap_device_register() helper ARM: OMAP2+: drop hwmod-clock helper comment arch/arm/mach-omap2/omap_device.c | 20 -------------------- arch/arm/mach-omap2/omap_device.h | 1 - 2 files changed, 21 deletions(-)