Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4bb06e00 authored by Prasad Sodagudi's avatar Prasad Sodagudi
Browse files

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



This reverts commit b54a0482.
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: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
parent b54a0482
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -8,5 +8,3 @@ endif
source "drivers/platform/goldfish/Kconfig"

source "drivers/platform/chrome/Kconfig"

source "drivers/platform/msm/Kconfig"
+0 −1
Original line number Diff line number Diff line
@@ -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/

drivers/platform/msm/Kconfig

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
menu "Qualcomm technologies inc. MSM specific device drivers"
	depends on ARCH_QCOM

endmenu

drivers/platform/msm/Makefile

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
#
# Makefile for the MSM specific device drivers.
#