[PATCH 04/17] firmware: consolidate ifdefs

2021-06-22 Thread Sascha Hauer
Instead of having multiple #ifdef CONFIG_FIRMWARE in a single file move the code together inside a single #ifdef. Signed-off-by: Sascha Hauer --- include/firmware.h | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/include/firmware.h b/include/firmware.h index d3709868

[PATCH 04/17] firmware: consolidate ifdefs

2021-03-10 Thread Sascha Hauer
Instead of having multiple #ifdef CONFIG_FIRMWARE in a single file move the code together inside a single #ifdef. Signed-off-by: Sascha Hauer --- include/firmware.h | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/include/firmware.h b/include/firmware.h index 4e694128