mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
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:
committed by
Amit Pundir
parent
b5a05b441e
commit
273636bb93
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user