From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E39CD1C984D for ; Tue, 3 Sep 2024 10:50:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725360605; cv=none; b=IjIUdXA+FU3sUXyf8qtltHmNNeVdzgcTBOatVdBD5D3xgIQM0wUxMSyA06zLebv6Um9FqVgawqNX6Qb43qwJdGfcSAaHqDPfGDqklkFv7+jmswm3FkDhj9jJkpwv6fqiHwL8g5Lp2veAGJcbQ+7PoZEbF3psKFY50peMakPY1qs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725360605; c=relaxed/simple; bh=CCnx5XXIYRofdS6N2MPLCzFnabZ6KrG/PLEip1MbrlI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=NrTqiNEaFzzjvM9WAxcllR0fgRUs4E6vJPmxddFPlLQzXGiW8h0VceT98INdmun5cK3DMLJXhPMzRPNn+7QcASwFyCPCFD9joSDoBOaUxx7OjkmyTeHa/UUbgONruVW3T2O4jXDcLOh9tTEfDtmUrfEkfqMToX2Bd86UuskUmlc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0C261C4CEC8; Tue, 3 Sep 2024 10:50:04 +0000 (UTC) Date: Tue, 3 Sep 2024 12:50:02 +0200 From: Greg KH To: Heiner Kallweit Cc: Wolfram Sang , Jean Delvare , "linux-i2c@vger.kernel.org" Subject: Re: [PATCH] i2c: Remove I2C_COMPAT config symbol and related code Message-ID: <2024090354-islamic-stabilize-4ee5@gregkh> References: <80c4a898-5867-4162-ac85-bdf7c7c68746@gmail.com> Precedence: bulk X-Mailing-List: linux-i2c@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <80c4a898-5867-4162-ac85-bdf7c7c68746@gmail.com> On Wed, Aug 21, 2024 at 10:13:04PM +0200, Heiner Kallweit wrote: > This code was added with 2bb5095affdb ("i2c: Provide compatibility links > for i2c adapters"). Commit message stated: Provide compatibility links > for [...] the time being. We will remove them after a long transition > period. > 15 years should have been a long enough transition period. > > Signed-off-by: Heiner Kallweit Acked-by: Greg Kroah-Hartman