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: 549096 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D31FAC433F5 for ; Thu, 3 Mar 2022 18:01:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235590AbiCCSB4 (ORCPT ); Thu, 3 Mar 2022 13:01:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47202 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235559AbiCCSBv (ORCPT ); Thu, 3 Mar 2022 13:01:51 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 298341A1C55; Thu, 3 Mar 2022 10:01:06 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id D897CB81E67; 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 Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.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(-)