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 7D8D216C69F for ; Sat, 22 Feb 2025 21:01:21 +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=1740258083; cv=none; b=TywK2Bfx2KrL9QXMduaiU/X0IrAqNoOrYUYeveKFN3ou0hmsadG9EnW0jrgTY8tXc1IRY9Cg+FQtEzcTK4p3XjzOXWoccdYf1PDw8exnX8Biz5bYvSxzdnx/b5tdWP3NYkvgbyTm4n+TAd8KYeI+5C0TobrJe8C2LgwHjdi00Lk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740258083; c=relaxed/simple; bh=NXfZGgoVtd+O+ozI4RNwnhgOlONxxwIKWWbNSDarPY0=; h=From:Date:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=JqsSrwF7aOZf5eLrbx45c2aWmIubWIfNDS9ALrAQd8kZvKDqwynD/GbRZsg53yun4EZM+WIUYKn/Dy9/kGTK32uBWxCl0Yxm6ZkeFDbJ0NzHXtTnJlJPN8ci10jesjGVeNzVe0mehsO1FjGXfhNIqcRnFMCwC1sqZmBPHJ5UoIY= 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 fgw23.mail.saunalahti.fi (Halon) with ESMTP id 00e54729-f160-11ef-a29d-005056bdfda7; Sat, 22 Feb 2025 23:00:10 +0200 (EET) From: Andy Shevchenko Date: Sat, 22 Feb 2025 23:00:10 +0200 To: Nuno =?iso-8859-1?Q?S=E1?= Cc: linux-iio@vger.kernel.org, Lars-Peter Clausen , Michael Hennerich , Jonathan Cameron 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> 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: <20250218-dev-axi-adc-fix-headers-v1-1-5ddc79221d8c@analog.com> 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 ... > #include > #include > #include > -#include > +#include > #include > #include > #include Can we preserve the alpabetical ordering? -- With Best Regards, Andy Shevchenko