Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/ethernet/zte/dinghai/en_pf.c:73:6: warning: no previous prototype for function 'dh_pf_pci_close' [-Wmissing-prototypes] 73 | void dh_pf_pci_close(struct dh_core_dev *dev) | ^ ../drivers/net/ethernet/zte/dinghai/en_pf.c:73:1: note: declare 'static' if the function is not intended to be used outside of this translation unit 73 | void dh_pf_pci_close(struct dh_core_dev *dev) | ^ | static 1 warning generated. Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/ethernet/zte/dinghai/en_pf.c:85:6: warning: no previous prototype for function 'dh_pf_pci_close' [-Wmissing-prototypes] 85 | void dh_pf_pci_close(struct dh_core_dev *dev) | ^ ../drivers/net/ethernet/zte/dinghai/en_pf.c:85:1: note: declare 'static' if the function is not intended to be used outside of this translation unit 85 | void dh_pf_pci_close(struct dh_core_dev *dev) | ^ | static 1 warning generated.