]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: add missing includes
authorJeroen Hofstee <jeroen@myspectrum.nl>
Wed, 25 Jun 2014 19:57:45 +0000 (21:57 +0200)
committerTom Rini <trini@ti.com>
Fri, 18 Jul 2014 21:53:23 +0000 (17:53 -0400)
commitfd536d818d9bb9138ca74dedf187b8086eb08a24
tree5d48964109367f7e42ebd2b057af5a6fac20e313
parentc5d4001a1cbca546f83ec7f2299c664fb00e6451
dm: add missing includes

lists.c / root.c do not include their own header and they
could potentially implement a different function. Therefore
actually include the headers.

cc: sjg@chromium.org
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/core/lists.c
drivers/core/root.c