ANDROID: add missing include to pdev_bus
Bug: 72886167 Change-Id: I23a875ae5ca325c11942b1174e0eca9d676f4bc4 Signed-off-by: Roman Kiryanov <rkir@google.com>
This commit is contained in:
parent
71b3c043fe
commit
e8cafbb537
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
#include <linux/platform_device.h>
|
||||
#include <linux/slab.h>
|
||||
#include <linux/io.h>
|
||||
#include <linux/goldfish.h>
|
||||
|
||||
#define PDEV_BUS_OP_DONE (0x00)
|
||||
#define PDEV_BUS_OP_REMOVE_DEV (0x04)
|
||||
|
|
Loading…
Add table
Reference in a new issue