mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 08:07:28 -04:00
smartpqi: Remove stray declaration
pqisrc_is_firmware_feature_enabled shouldn't be declared inline in a header, and then static inline in the .c function. Remove this stray declartion from the header. gcc6 complains, but clang does not. Sponsored by: Netflix
This commit is contained in:
parent
5deb350025
commit
eae2ef5a01
1 changed files with 0 additions and 2 deletions
|
|
@ -37,8 +37,6 @@ void pqisrc_pqi_uninit(pqisrc_softstate_t *);
|
|||
int pqisrc_process_config_table(pqisrc_softstate_t *);
|
||||
int pqisrc_flush_cache(pqisrc_softstate_t *, enum pqisrc_flush_cache_event_type);
|
||||
int pqisrc_wait_for_pqi_reset_completion(pqisrc_softstate_t *);
|
||||
inline boolean_t pqisrc_is_firmware_feature_enabled(pqisrc_softstate_t *,
|
||||
struct pqi_conf_table_firmware_features *, uint16_t );
|
||||
|
||||
/* pqi_sis.c*/
|
||||
int pqisrc_sis_init(pqisrc_softstate_t *);
|
||||
|
|
|
|||
Loading…
Reference in a new issue