diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-11-26 21:44:52 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-28 11:54:42 +0000 |
commit | 8541edec3de00a7091c3c84540f6b849df336393 (patch) | |
tree | 6ae3823d44dd2aaf3084b5ab0524853f0033d399 /src/southbridge/amd/sb800/smbus.h | |
parent | 1e008e0e0edcc5825754db88f9c8983ad7b82266 (diff) |
src/{mainboard,southbridge}: Remove commented include lines
Change-Id: Ie06ae528ade3e06ae880b488628692ce43c30f5a
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/29845
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge/amd/sb800/smbus.h')
-rw-r--r-- | src/southbridge/amd/sb800/smbus.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/southbridge/amd/sb800/smbus.h b/src/southbridge/amd/sb800/smbus.h index 5ac4ea603e..0a7ca0e1ea 100644 --- a/src/southbridge/amd/sb800/smbus.h +++ b/src/southbridge/amd/sb800/smbus.h @@ -16,8 +16,6 @@ #ifndef SB800_SMBUS_H #define SB800_SMBUS_H -//#include <stdint.h> - #define SMBHSTSTAT 0x0 #define SMBSLVSTAT 0x1 #define SMBHSTCTRL 0x2 |