diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2011-10-17 09:51:15 -0700 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2011-10-21 14:14:32 +0200 |
commit | 02e75b2b67285111dc41e1a201ba49b20905f18b (patch) | |
tree | 7cbb48f997302a6905ca8a705b5a8f416fa3a3bb /src/devices/oprom | |
parent | 9ea33e9318cfec6fca403b663618cbfbfa9e1e96 (diff) |
Use ntohll where appropriate.
also clean out a local copy of ntohl in yabel.
Change-Id: Iffe85a53c9ea25abeb3ac663870eb7eb4874a704
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/288
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/devices/oprom')
-rw-r--r-- | src/devices/oprom/yabel/vbe.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/oprom/yabel/vbe.c b/src/devices/oprom/yabel/vbe.c index b1d6984d77..a9cee30626 100644 --- a/src/devices/oprom/yabel/vbe.c +++ b/src/devices/oprom/yabel/vbe.c @@ -18,7 +18,6 @@ #endif #include <arch/byteorder.h> -#define ntohl(x) be32_to_cpu(x) #include "debug.h" |