]> git.ipfire.org Git - people/ms/u-boot.git/commit - cmd/ide.c
dm: ide: Remove the forward declarations
authorSimon Glass <sjg@chromium.org>
Sun, 1 May 2016 17:36:00 +0000 (11:36 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 17 May 2016 15:54:43 +0000 (09:54 -0600)
commited73508dec40afee7c90048fac510796bf91314d
treec53b435b2b0a5d559e99dae2113304c09e88638c
parent53dbcdd0cd4b90077b0b3893bcf25354ed825cec
dm: ide: Remove the forward declarations

Reorder the code to avoid needing forward declarations. Fix up code style
as needed.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/ide.c