mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 18:20:49 -04:00
ufshci: Remove an unneeded variable definition
Reported by: gcc
Fixes: 1349a733cf ("ufshci: Introduce the ufshci(4) driver")
This commit is contained in:
parent
359f590b29
commit
9d0d55e398
1 changed files with 0 additions and 2 deletions
|
|
@ -503,6 +503,4 @@ ufshci_allocate_request_bio(struct bio *bio, const int how,
|
|||
|
||||
void ufshci_ctrlr_shared_handler(void *arg);
|
||||
|
||||
static devclass_t ufshci_devclass;
|
||||
|
||||
#endif /* __UFSHCI_PRIVATE_H__ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue