From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from fgw20-7.mail.saunalahti.fi (fgw20-7.mail.saunalahti.fi [62.142.5.81]) (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 E0E5F23F362 for ; Sun, 2 Mar 2025 11:29:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=62.142.5.81 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740914944; cv=none; b=fA4he7sGT+cdLXurI9kUeOu/Ap7ghKxB4GUwpyKp5xEaApwmpjGU9ZLXgLwwwp3FHF20+gNMF+FRj9xQ77EmebjFBhDUuxVtvraLi06saOaIIADfry/NaG9sOP9sgrgNyETitnzfS++u+tNrHc2KwnZgB5rIjRHNwdog1vqPLTw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740914944; c=relaxed/simple; bh=23aweMb9y+zwrd/oW/+ODKLjtvkuDtsifEk1fO91XAs=; h=From:Date:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ZJsdtqfVDJkmCH0rwRWTx+T2MEjATkeyjFUUQphc52JsLgaiMzXPSBc2qZlVqOiXTMQBJlNnxpDCQAz26KZ8skqcIK9DqINf1lisOMZa87SFhiXW1fRNgYeFm6f2N0qqCpZq9oO7vAXhZe9MLII4NlC8PuhhweafKtASjJdnA44= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com; spf=fail smtp.mailfrom=gmail.com; arc=none smtp.client-ip=62.142.5.81 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=gmail.com Received: from localhost (88-113-26-232.elisa-laajakaista.fi [88.113.26.232]) by fgw21.mail.saunalahti.fi (Halon) with ESMTP id 850de69e-f759-11ef-8392-005056bdd08f; Sun, 02 Mar 2025 13:28:53 +0200 (EET) From: Andy Shevchenko Date: Sun, 2 Mar 2025 13:28:52 +0200 To: Jonathan Cameron Cc: Nuno =?iso-8859-1?Q?S=E1?= , Andy Shevchenko , Nuno =?iso-8859-1?Q?S=E1?= , linux-iio@vger.kernel.org, Lars-Peter Clausen , Michael Hennerich Subject: Re: [PATCH] iio: adc: adi-axi-adc: replace of.h with mod_devicetable.h Message-ID: References: <20250218-dev-axi-adc-fix-headers-v1-1-5ddc79221d8c@analog.com> <7416028f78ba0e10e8d1722edd67756e13c3867b.camel@gmail.com> <20250301033725.2718db6c@jic23-huawei> Precedence: bulk X-Mailing-List: linux-iio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20250301033725.2718db6c@jic23-huawei> Sat, Mar 01, 2025 at 03:37:25AM +0000, Jonathan Cameron kirjoitti: > On Tue, 25 Feb 2025 09:18:38 +0000 > Nuno Sá wrote: > > On Sat, 2025-02-22 at 23:00 +0200, Andy Shevchenko wrote: > > > Tue, Feb 18, 2025 at 10:34:57AM +0000, Nuno Sá kirjoitti: > > > > Don't use of.h in order to include mod_devicetable.h. Use it directly as > > > > there no direct dependency on OF.h Just noticed a stray 'h' at the end. ... > > > >  #include > > > >  #include > > > >  #include > > > > -#include > > > > +#include > > > >  #include > > > >  #include > > > >  #include > > > > > > Can we preserve the alpabetical ordering? > > > > > > > Ups, my bad. Jonathan, should I re-spin or can you directly tweak it? > > Tweaked. One more time, please? :-) -- With Best Regards, Andy Shevchenko