diff options
| author | Roman Kiryanov <rkir@google.com> | 2018-04-04 15:42:17 -0700 |
|---|---|---|
| committer | Roman Kiryanov <rkir@google.com> | 2018-04-04 15:42:17 -0700 |
| commit | e8cafbb53744b40cc1f3a3ca7e10a9be1d290ec2 (patch) | |
| tree | 63b95f0416f409a9757728acd2d4812cf25d0248 | |
| parent | 71b3c043fe2d45dd430c8d37c17fa5ab45a764eb (diff) | |
ANDROID: add missing include to pdev_bus
Bug: 72886167
Change-Id: I23a875ae5ca325c11942b1174e0eca9d676f4bc4
Signed-off-by: Roman Kiryanov <rkir@google.com>
| -rw-r--r-- | drivers/platform/goldfish/pdev_bus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/goldfish/pdev_bus.c b/drivers/platform/goldfish/pdev_bus.c index 56ff307b02a6..d97340477cf3 100644 --- a/drivers/platform/goldfish/pdev_bus.c +++ b/drivers/platform/goldfish/pdev_bus.c @@ -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) |
