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 <rkir@google.com>
This commit is contained in:
Roman Kiryanov 2018-03-30 14:31:46 -07:00 committed by Greg Kroah-Hartman
parent f89b70f28f
commit 014fa364f8

View file

@ -1,6 +1,9 @@
#ifndef __LINUX_GOLDFISH_H #ifndef __LINUX_GOLDFISH_H
#define __LINUX_GOLDFISH_H #define __LINUX_GOLDFISH_H
#include <linux/types.h>
#include <linux/io.h>
/* Helpers for Goldfish virtual platform */ /* Helpers for Goldfish virtual platform */
static inline void gf_write_ptr(const void *ptr, void __iomem *portl, static inline void gf_write_ptr(const void *ptr, void __iomem *portl,