scm: qcom: Moving smc calls to common folder

SMC calls are common for IPQ807x, IPQ40xx hence moving it to
common folder

Change-Id: I3d6564ad51ebe396f85cedbf41374374f40865c6
Signed-off-by: Manoharan Vijaya Raghavan <mraghava@codeaurora.org>
This commit is contained in:
Manoharan Vijaya Raghavan 2016-06-20 15:47:10 +05:30 committed by Gerrit - the friendly Code Review server
parent 184e49acc6
commit f3c9b9f060
4 changed files with 1 additions and 1 deletions

View file

@ -2,3 +2,4 @@ ccflags-y += -I$(srctree)/board/qca/ipq40xx/
obj-y := smem.o
obj-y += timer.o
obj-y += scm.o

View file

@ -1,4 +1,3 @@
ccflags-y += -I$(srctree)/board/qca/ipq40xx/
obj-y += gpio.o
obj-y += scm.o