diff options
author | Tom Seewald <[email protected]> | 2021-02-21 22:00:04 -0600 |
---|---|---|
committer | Tony Nguyen <[email protected]> | 2021-03-19 08:47:46 -0700 |
commit | 896ea5dab25ef12f7d0988b8f0b053a287faf889 (patch) | |
tree | 3a530c9a640285f3ab46b7ca60a8d2e6ad95da9d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | c79a707072fe3fea0e3c92edee6ca85c1e53c29f (diff) |
e1000e: Fix duplicate include guard
The include guard "_E1000_HW_H_" is used by header files in three
different drivers (e1000/e1000_hw.h, e1000e/hw.h, and igb/e1000_hw.h).
Using the same include guard macro in more than one header file may
cause unexpected behavior from the compiler. Fix the duplicate include
guard in the e1000e driver by renaming it.
Fixes: bc7f75fa9788 ("[E1000E]: New pci-express e1000 driver (currently for ICH9 devices only)")
Signed-off-by: Tom Seewald <[email protected]>
Tested-by: Dvora Fuxbrumer <[email protected]>
Acked-by: Sasha Neftin <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions