diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-01-13 21:46:22 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-08-08 06:47:21 +0300 |
commit | 4dd1837d7589f468ed109556513f476e7a7f9121 (patch) | |
tree | f04f68cbe8ae40d980d8be35f080c5373170e7c9 /arch/arm/mach-imx/Makefile | |
parent | 711f5df7bf3ae7657e15edf76d671042c051ce95 (diff) | |
download | linux-4dd1837d7589f468ed109556513f476e7a7f9121.tar.xz |
arm: move exports to definitions
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-imx/Makefile')
-rw-r--r-- | arch/arm/mach-imx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile index 9f5fffd62702..8ed8ab56bb78 100644 --- a/arch/arm/mach-imx/Makefile +++ b/arch/arm/mach-imx/Makefile @@ -32,7 +32,6 @@ endif ifdef CONFIG_SND_IMX_SOC obj-y += ssi-fiq.o -obj-y += ssi-fiq-ksym.o endif # i.MX1 based machines |