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 2CB40190472; Fri, 25 Jul 2025 23:14:25 +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=1753485266; cv=none; b=nAltno6qTW7CoXOitBQf2C9pl7VIWjXqedOAf8I445K+6AoZdr9966GorltkHO6VJUgcoNka7gdCVdWiBVahscly0zu/BAXE2XMagBcN1kIPzbR22uSMHgkJDRpNiKWLFsfDQBF2aHBwEeHCb9RX5tkUZIuDMni6Mf7ixoeMQrY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753485266; c=relaxed/simple; bh=roilVrcSzwsI01XzOOpsXim3Xv2gE6Ixo5ZnYOtnZz0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=t0ra0FlZ593/x5hZlAor5qMxUN+yi0rRFEWgDZkYWb8peoBSS19cvRMFhiEmyxiaMpgUveuM/QV58zaKV24nyRp+GIy9jS32jAWrxwHsumrbniLz+6+SbfTGw9ALSVmtlqS3GVQoAzOf1URUOGp7e09P2bvtkKB1KCfT8ByNFpE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=qEueuhL6; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="qEueuhL6" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6C3EDC4CEE7; Fri, 25 Jul 2025 23:14:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1753485265; bh=roilVrcSzwsI01XzOOpsXim3Xv2gE6Ixo5ZnYOtnZz0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qEueuhL6kYCL3Yz1JjWLfYuYvoNzMmNVJt/7eJV6SPfst67Ma33jlz8+HCoii/5KB iN2w4179PaGb4JtqRVyI+2DBaebIO9YetDoMn7rO0dkOPFrzgfbplCB7NumBk76Y3j EAeKUnD3GIYxANgbp4Xve3NQmDBhqIXZzkYTf0/69Eq+SUlxdktkX94nsMiJPn8Ijz ux51iwGDUXjKy7/vYi4QatVzfH6DhR4X0v+IUoLXWzn+jwem1uKvT20sYNHD1BsmFD hY6W7Gm2QdL10qPWF3ig+piHTBAcOxT+uyoS5UEPZ1LuM3XoKjM+9By2PC8jjqWCnt 2g8Es33H/D7NQ== Date: Fri, 25 Jul 2025 18:14:24 -0500 From: "Rob Herring (Arm)" To: Krzysztof Kozlowski Cc: Krzysztof Kozlowski , Manivannan Sadhasivam , Jonathan Cameron , Ceclan Dumitru , David Lechner , Stefan Popa , linux-iio@vger.kernel.org, Michael Hennerich , David Heidelberg , Nuno =?iso-8859-1?Q?S=E1?= , Andreas Klinger , linux-arm-kernel@lists.infradead.org, Bjorn Andersson , Lucas Stankus , Andy Gross , Alexandru Lazar , Puranjay Mohan , devicetree@vger.kernel.org, Stephan Gerhold , Alexandru Tachici , Conor Dooley , Jean-Baptiste Maneyrol , Mike Looijmans , Matti Vaittinen , Marcelo Schmitt , Angelo Compagnucci , Lars-Peter Clausen , linux-samsung-soc@vger.kernel.org, Alim Akhtar , Dragos Bogdan , linux-kernel@vger.kernel.org, Peter Meerwald-Stadler , Dan Robertson , =?utf-8?Q?Ond=C5=99ej?= Jirman , Andy Shevchenko , Linus Walleij Subject: Re: [PATCH 1/4] dt-bindings: iio: Drop unused header includes in examples Message-ID: <175348526415.2011522.8662273220330760197.robh@kernel.org> References: <20250724111345.47889-5-krzysztof.kozlowski@linaro.org> Precedence: bulk X-Mailing-List: devicetree@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: <20250724111345.47889-5-krzysztof.kozlowski@linaro.org> On Thu, 24 Jul 2025 13:13:46 +0200, Krzysztof Kozlowski wrote: > Drop includes of headers which example code does not use. No functional > impact. > > Signed-off-by: Krzysztof Kozlowski > --- > Documentation/devicetree/bindings/iio/accel/adi,adis16240.yaml | 1 - > Documentation/devicetree/bindings/iio/accel/adi,adxl313.yaml | 2 -- > Documentation/devicetree/bindings/iio/accel/adi,adxl345.yaml | 2 -- > Documentation/devicetree/bindings/iio/accel/adi,adxl355.yaml | 2 -- > Documentation/devicetree/bindings/iio/accel/adi,adxl372.yaml | 2 -- > Documentation/devicetree/bindings/iio/accel/bosch,bma255.yaml | 1 - > Documentation/devicetree/bindings/iio/accel/bosch,bma400.yaml | 1 - > Documentation/devicetree/bindings/iio/accel/kionix,kxsd9.yaml | 1 - > Documentation/devicetree/bindings/iio/adc/adi,ad7091r5.yaml | 1 - > Documentation/devicetree/bindings/iio/adc/adi,ad7173.yaml | 1 - > Documentation/devicetree/bindings/iio/adc/qcom,spmi-vadc.yaml | 1 - > Documentation/devicetree/bindings/iio/adc/rohm,bd79104.yaml | 1 - > Documentation/devicetree/bindings/iio/adc/ti,adc128s052.yaml | 1 - > Documentation/devicetree/bindings/iio/adc/ti,ads1298.yaml | 1 - > Documentation/devicetree/bindings/iio/imu/adi,adis16460.yaml | 1 - > .../devicetree/bindings/iio/imu/invensense,icm42600.yaml | 2 -- > Documentation/devicetree/bindings/iio/imu/nxp,fxos8700.yaml | 2 -- > Documentation/devicetree/bindings/iio/light/st,vl6180.yaml | 1 - > .../bindings/iio/magnetometer/voltafield,af8133j.yaml | 1 - > Documentation/devicetree/bindings/iio/pressure/bmp085.yaml | 1 - > 20 files changed, 26 deletions(-) > Acked-by: Rob Herring (Arm)