diff options
author | Roman Kiryanov <rkir@google.com> | 2018-07-31 17:38:50 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-08-02 10:24:51 +0200 |
commit | 9a481bdc16294414fa4d666ab4f4019224d880a5 (patch) | |
tree | 6159d3a9809d2b8a7228aac882c60ff3e0154cc7 /drivers/platform/goldfish/Makefile | |
parent | 68275680ea12e9f378e51ff525dacbb76f006764 (diff) | |
download | blackbird-op-linux-9a481bdc16294414fa4d666ab4f4019224d880a5.tar.gz blackbird-op-linux-9a481bdc16294414fa4d666ab4f4019224d880a5.zip |
platform: goldfish: Retire pdev_bus
Not used by goldfish.
Signed-off-by: Roman Kiryanov <rkir@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/platform/goldfish/Makefile')
-rw-r--r-- | drivers/platform/goldfish/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/platform/goldfish/Makefile b/drivers/platform/goldfish/Makefile index d3487125838c..e0c202df9674 100644 --- a/drivers/platform/goldfish/Makefile +++ b/drivers/platform/goldfish/Makefile @@ -1,5 +1,4 @@ # # Makefile for Goldfish platform specific drivers # -obj-$(CONFIG_GOLDFISH_BUS) += pdev_bus.o obj-$(CONFIG_GOLDFISH_PIPE) += goldfish_pipe.o |