Revert "drivers: msm: create the folder for msm platform drivers"

This reverts commit b54a0482a4.
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 <psodagud@codeaurora.org>
This commit is contained in:
Prasad Sodagudi
2017-10-08 15:40:04 -07:00
parent b54a0482a4
commit 4bb06e0043
4 changed files with 0 additions and 10 deletions

View File

@@ -8,5 +8,3 @@ endif
source "drivers/platform/goldfish/Kconfig"
source "drivers/platform/chrome/Kconfig"
source "drivers/platform/msm/Kconfig"

View File

@@ -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/

View File

@@ -1,4 +0,0 @@
menu "Qualcomm technologies inc. MSM specific device drivers"
depends on ARCH_QCOM
endmenu

View File

@@ -1,3 +0,0 @@
#
# Makefile for the MSM specific device drivers.
#