commit | 14d2c5d819bb9f011b518c5394af90c3d8e0d17f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 11 19:34:47 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 16 11:05:00 2022 -0400 |
tree | 785951340bdac63e4e7596ad1809219855b34dc0 | |
parent | 003357cc48dbf6e45ee408f114e4a5de862e7b2e [diff] |
blk: Drop unnecessary #ifdef in in blk_legacy We can rely on the compiler to eliminate any dead code. Signed-off-by: Simon Glass <sjg@chromium.org>