dm: systemace: Reorder function to avoid forward declarataions
authorSimon Glass <sjg@chromium.org>
Sun, 1 May 2016 17:36:30 +0000 (11:36 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 17 May 2016 15:54:43 +0000 (09:54 -0600)
commita0ff24c4672654fa6d13498e3a3367935bdc7334
tree7a1a07759988ae7b55212e088b71e8e753fe6cf8
parent9107c973d32c72a6f7ac909fc4a6884a42e4e607
dm: systemace: Reorder function to avoid forward declarataions

Move the systemace_get_dev() function below systemace_read() so that we can
avoid a forward declaration.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/block/systemace.c