]> xenbits.xensource.com Git - people/royger/freebsd.git/commit
smartpqi: Remove stray declaration
authorWarner Losh <imp@FreeBSD.org>
Thu, 3 Jun 2021 23:44:27 +0000 (17:44 -0600)
committerWarner Losh <imp@FreeBSD.org>
Thu, 3 Jun 2021 23:45:27 +0000 (17:45 -0600)
commiteae2ef5a010366c673ad912cae23b426ebb9a8a2
tree2e069f296dccc4f1973d35b7e1c2e56f36f53cdc
parent5deb35002545ca5081cc90795fec68bcea30f75d
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
sys/dev/smartpqi/smartpqi_prototypes.h