From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sun, 12 Jan 2020 21:29:57 +0100 Subject: [PATCH 29/33] dm: core: Require users of devres to include the header In-Reply-To: <20200112120216.29.I451105ed1149334d1ef6eca303eede6e56b833d1@changeid> References: <20200112190624.79077-1-sjg@chromium.org> <20200112120216.29.I451105ed1149334d1ef6eca303eede6e56b833d1@changeid> Message-ID: <20200112212957.44f7e1f0@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 12 Jan 2020 12:06:20 -0700 Simon Glass sjg at chromium.org wrote: > At present devres.h is included in all files that include dm.h but few > make use of it. Also this pulls in linux/compat which adds several more > headers. Drop the automatic inclusion and require files to include devres > themselves. This provides a good indication of which files use devres. > > Signed-off-by: Simon Glass Reviewed-by: Anatolij Gustschin -- Anatolij