Skip to content

Commit

Permalink
platform: goldfish: Retire pdev_bus
Browse files Browse the repository at this point in the history
Not used by goldfish.

Signed-off-by: Roman Kiryanov <rkir@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Roman Kiryanov authored and Greg Kroah-Hartman committed Aug 2, 2018
1 parent 6827568 commit 9a481bd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 238 deletions.
5 changes: 0 additions & 5 deletions drivers/platform/goldfish/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ menuconfig GOLDFISH

if GOLDFISH

config GOLDFISH_BUS
bool "Goldfish platform bus"
---help---
This is a virtual bus to host Goldfish Android Virtual Devices.

config GOLDFISH_PIPE
tristate "Goldfish virtual device for QEMU pipes"
---help---
Expand Down
1 change: 0 additions & 1 deletion drivers/platform/goldfish/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#
# Makefile for Goldfish platform specific drivers
#
obj-$(CONFIG_GOLDFISH_BUS) += pdev_bus.o
obj-$(CONFIG_GOLDFISH_PIPE) += goldfish_pipe.o
232 changes: 0 additions & 232 deletions drivers/platform/goldfish/pdev_bus.c

This file was deleted.

0 comments on commit 9a481bd

Please sign in to comment.