diff options
author | Roman Kiryanov <rkir@google.com> | 2018-08-01 02:38:50 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-08-02 10:24:51 +0200 |
commit | 9a481bdc16294414fa4d666ab4f4019224d880a5 (patch) | |
tree | 6159d3a9809d2b8a7228aac882c60ff3e0154cc7 /drivers/platform/goldfish/Makefile | |
parent | goldfish: Use dedicated macros instead of manual bit shifting (diff) | |
download | linux-9a481bdc16294414fa4d666ab4f4019224d880a5.tar.xz 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 |