aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/ptn3460
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-12-01 13:21:52 +0100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-12-19 03:19:05 +0000
commit4f66cb9b2867bcdeb47df9fe76e8893d53f85fb8 (patch)
treeeacfb00a128411354e5aa6cb192ceecbf935e57d /src/drivers/i2c/ptn3460
parent3917904878ca1cfc16b553a1ba9e87922dc7e030 (diff)
src: Add missing include <types.h>
Change-Id: Iabe55bfbc8e047c0791c21d162767081a181b6c5 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37411 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/i2c/ptn3460')
-rw-r--r--src/drivers/i2c/ptn3460/ptn3460.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/i2c/ptn3460/ptn3460.h b/src/drivers/i2c/ptn3460/ptn3460.h
index 4b9834eb9d..f8242f8aef 100644
--- a/src/drivers/i2c/ptn3460/ptn3460.h
+++ b/src/drivers/i2c/ptn3460/ptn3460.h
@@ -16,7 +16,7 @@
#ifndef _I2C_PTN3460_H_
#define _I2C_PTN3460_H_
-#include <stdint.h>
+#include <types.h>
#define PTN_EDID_OFF 0x00
#define PTN_EDID_LEN 0x80