Add missing /* DEVICE_POLLING */

This commit is contained in:
brueffer 2004-11-17 23:33:56 +00:00
parent 71b8685c84
commit 20fbf589f8
2 changed files with 2 additions and 2 deletions

View File

@ -1048,7 +1048,7 @@ struct sf_softc {
struct mtx sf_mtx;
#ifdef DEVICE_POLLING
int rxcycles;
#endif
#endif /* DEVICE_POLLING */
};

View File

@ -1048,7 +1048,7 @@ struct sf_softc {
struct mtx sf_mtx;
#ifdef DEVICE_POLLING
int rxcycles;
#endif
#endif /* DEVICE_POLLING */
};