]> git.baikalelectronics.ru Git - uboot.git/commit
dm: core: Add a required struct declaration
authorSimon Glass <sjg@chromium.org>
Mon, 28 Feb 2022 19:08:33 +0000 (12:08 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 6 Apr 2022 18:03:17 +0000 (14:03 -0400)
commite488436881801cb50c7394e8312fa4be2acaacb0
tree0eb9bb3832b131001ed7115171b09aa4c6b55450
parent3c166f7175c5dc72a659d2692223f8b6ba73a5d0
dm: core: Add a required struct declaration

This file uses struct driver, so declare it at the top in case the
header-inclusion order is not as expected.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/dm/device-internal.h