commit | 3a97763aab781196bcc34e6fbc3eb81c12ccf2eb | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Jun 16 13:06:26 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 23 10:38:05 2017 -0400 |
tree | 84ce0a9bde7cc4189f9da74879088069ef887312 | |
parent | 964a34e6020f51b67fe818c50a1d3bb1b90ac054 [diff] |
controlcenterd_36BIT_SDCARD: Fix unused variable warning On the controlcenterd_36BIT_SDCARD config we get a warning about prg_stage1_prepare being unused. Move the declaration closer to usage and hide under the existing #if tests. Cc: Dirk Eibach <eibach@gdsys.de> Signed-off-by: Tom Rini <trini@konsulko.com>