diff options
Diffstat (limited to 'drivers/net/ethernet/intel/igc/igc_base.h')
-rw-r--r-- | drivers/net/ethernet/intel/igc/igc_base.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/intel/igc/igc_base.h b/drivers/net/ethernet/intel/igc/igc_base.h index 76d4991d7284..58d1109d7f3f 100644 --- a/drivers/net/ethernet/intel/igc/igc_base.h +++ b/drivers/net/ethernet/intel/igc/igc_base.h | |||
@@ -1,8 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
2 | /* Copyright (c) 2018 Intel Corporation */ | 2 | /* Copyright (c) 2018 Intel Corporation */ |
3 | 3 | ||
4 | #ifndef _IGC_BASE_H | 4 | #ifndef _IGC_BASE_H_ |
5 | #define _IGC_BASE_H | 5 | #define _IGC_BASE_H_ |
6 | 6 | ||
7 | /* forward declaration */ | 7 | /* forward declaration */ |
8 | void igc_rx_fifo_flush_base(struct igc_hw *hw); | 8 | void igc_rx_fifo_flush_base(struct igc_hw *hw); |