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:
parent
f89b70f28f
commit
014fa364f8
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
#ifndef __LINUX_GOLDFISH_H
|
||||
#define __LINUX_GOLDFISH_H
|
||||
|
||||
#include <linux/types.h>
|
||||
#include <linux/io.h>
|
||||
|
||||
/* Helpers for Goldfish virtual platform */
|
||||
|
||||
static inline void gf_write_ptr(const void *ptr, void __iomem *portl,
|
||||
|
|
Loading…
Add table
Reference in a new issue