From 014fa364f80b4607b1f6d88eda43fad07fadf3e6 Mon Sep 17 00:00:00 2001 From: Roman Kiryanov Date: Fri, 30 Mar 2018 14:31:46 -0700 Subject: [PATCH] ANDROID: Include missing headers in goldfish.h Include headers to define 'dma_addr_t' and 'writel' symbols that goldfish.h refers to. Bug: 72886167 Change-Id: I0bb16d739e15edbedb779468bffc8ef46d9b6982 Signed-off-by: Roman Kiryanov --- include/linux/goldfish.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/linux/goldfish.h b/include/linux/goldfish.h index 93e080b39cf6..e7e6f7aff124 100644 --- a/include/linux/goldfish.h +++ b/include/linux/goldfish.h @@ -1,6 +1,9 @@ #ifndef __LINUX_GOLDFISH_H #define __LINUX_GOLDFISH_H +#include +#include + /* Helpers for Goldfish virtual platform */ static inline void gf_write_ptr(const void *ptr, void __iomem *portl,