diff options
Diffstat (limited to 'util/amdfwtool/amdfwtool.h')
-rw-r--r-- | util/amdfwtool/amdfwtool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/amdfwtool/amdfwtool.h b/util/amdfwtool/amdfwtool.h index 42a2c1d638..2dc25a2560 100644 --- a/util/amdfwtool/amdfwtool.h +++ b/util/amdfwtool/amdfwtool.h @@ -409,7 +409,7 @@ typedef struct _amd_cb_config { } amd_cb_config; void register_fw_fuse(char *str); -uint8_t process_config(FILE *config, amd_cb_config *cb_config, uint8_t print_deps); +uint8_t process_config(FILE *config, amd_cb_config *cb_config); #define OK 0 |