mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add missing /* DEVICE_POLLING */
This commit is contained in:
parent
9a6a6eeba2
commit
b0452ccacc
2 changed files with 2 additions and 2 deletions
|
|
@ -1048,7 +1048,7 @@ struct sf_softc {
|
|||
struct mtx sf_mtx;
|
||||
#ifdef DEVICE_POLLING
|
||||
int rxcycles;
|
||||
#endif
|
||||
#endif /* DEVICE_POLLING */
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1048,7 +1048,7 @@ struct sf_softc {
|
|||
struct mtx sf_mtx;
|
||||
#ifdef DEVICE_POLLING
|
||||
int rxcycles;
|
||||
#endif
|
||||
#endif /* DEVICE_POLLING */
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue