From 02e75b2b67285111dc41e1a201ba49b20905f18b Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 17 Oct 2011 09:51:15 -0700 Subject: Use ntohll where appropriate. also clean out a local copy of ntohl in yabel. Change-Id: Iffe85a53c9ea25abeb3ac663870eb7eb4874a704 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/288 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/devices/oprom/yabel/vbe.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/devices') 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 -#define ntohl(x) be32_to_cpu(x) #include "debug.h" -- cgit v1.2.3