From 4bb06e0043d61ba72a5eaf3f9170c29b69d11772 Mon Sep 17 00:00:00 2001 From: Prasad Sodagudi Date: Sun, 8 Oct 2017 15:40:04 -0700 Subject: [PATCH] Revert "drivers: msm: create the folder for msm platform drivers" This reverts commit b54a0482a4b149c0abcdb2a9838994a3405ab447. Compilation error is observed in drivers/platform folder, because no driver is added into drivers/platform/msm folder yet. Here is the compilation error - make[3]: *** [drivers/platform/built-in.o] Error 1 make[2]: *** [drivers/platform] Error 2 Change-Id: I80a8dc0b647576b5a370e4cc38b2d10814c9470f Signed-off-by: Prasad Sodagudi --- drivers/platform/Kconfig | 2 -- drivers/platform/Makefile | 1 - drivers/platform/msm/Kconfig | 4 ---- drivers/platform/msm/Makefile | 3 --- 4 files changed, 10 deletions(-) delete mode 100644 drivers/platform/msm/Kconfig delete mode 100644 drivers/platform/msm/Makefile diff --git a/drivers/platform/Kconfig b/drivers/platform/Kconfig index e29f6c2ad1b7..c11db8bceea1 100644 --- a/drivers/platform/Kconfig +++ b/drivers/platform/Kconfig @@ -8,5 +8,3 @@ endif source "drivers/platform/goldfish/Kconfig" source "drivers/platform/chrome/Kconfig" - -source "drivers/platform/msm/Kconfig" diff --git a/drivers/platform/Makefile b/drivers/platform/Makefile index 3fef6b23ed37..ca2692510733 100644 --- a/drivers/platform/Makefile +++ b/drivers/platform/Makefile @@ -7,4 +7,3 @@ obj-$(CONFIG_MIPS) += mips/ obj-$(CONFIG_OLPC) += olpc/ obj-$(CONFIG_GOLDFISH) += goldfish/ obj-$(CONFIG_CHROME_PLATFORMS) += chrome/ -obj-$(CONFIG_ARCH_QCOM) += msm/ diff --git a/drivers/platform/msm/Kconfig b/drivers/platform/msm/Kconfig deleted file mode 100644 index 9ce247dd0a44..000000000000 --- a/drivers/platform/msm/Kconfig +++ /dev/null @@ -1,4 +0,0 @@ -menu "Qualcomm technologies inc. MSM specific device drivers" - depends on ARCH_QCOM - -endmenu diff --git a/drivers/platform/msm/Makefile b/drivers/platform/msm/Makefile deleted file mode 100644 index a7f8f2f072c7..000000000000 --- a/drivers/platform/msm/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -# -# Makefile for the MSM specific device drivers. -#