Commit 61c66c60 authored by Sachin Kamat's avatar Sachin Kamat Committed by Mark Brown

ASoC: samsung: Trivial cleanups in header files

commit 5d229ce5 ("ASoC: samsung: move plat/ headers to local directory")
moved the header files but forgot to clean the pointers to their old locaton.
Remove them now.
Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Reviewed-by: default avatarJingoo Han <jg1.han@samsung.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent d37bdf73
/* arch/arm/mach-s3c2410/include/mach/regs-ac97.h /*
*
* Copyright (c) 2006 Simtec Electronics <linux@simtec.co.uk> * Copyright (c) 2006 Simtec Electronics <linux@simtec.co.uk>
* http://www.simtec.co.uk/products/SWLINUX/ * http://www.simtec.co.uk/products/SWLINUX/
* *
...@@ -10,8 +9,8 @@ ...@@ -10,8 +9,8 @@
* S3C2440 AC97 Controller * S3C2440 AC97 Controller
*/ */
#ifndef __ASM_ARCH_REGS_AC97_H #ifndef __SAMSUNG_REGS_AC97_H__
#define __ASM_ARCH_REGS_AC97_H __FILE__ #define __SAMSUNG_REGS_AC97_H__
#define S3C_AC97_GLBCTRL (0x00) #define S3C_AC97_GLBCTRL (0x00)
...@@ -64,4 +63,4 @@ ...@@ -64,4 +63,4 @@
#define S3C_AC97_PCM_DATA (0x18) #define S3C_AC97_PCM_DATA (0x18)
#define S3C_AC97_MIC_DATA (0x1C) #define S3C_AC97_MIC_DATA (0x1C)
#endif /* __ASM_ARCH_REGS_AC97_H */ #endif /* __SAMSUNG_REGS_AC97_H__ */
/* arch/arm/plat-samsung/include/plat/regs-iis.h /*
*
* Copyright (c) 2003 Simtec Electronics <linux@simtec.co.uk> * Copyright (c) 2003 Simtec Electronics <linux@simtec.co.uk>
* http://www.simtec.co.uk/products/SWLINUX/ * http://www.simtec.co.uk/products/SWLINUX/
* *
...@@ -10,8 +9,8 @@ ...@@ -10,8 +9,8 @@
* S3C2410 IIS register definition * S3C2410 IIS register definition
*/ */
#ifndef __ASM_ARCH_REGS_IIS_H #ifndef __SAMSUNG_REGS_IIS_H__
#define __ASM_ARCH_REGS_IIS_H #define __SAMSUNG_REGS_IIS_H__
#define S3C2410_IISCON (0x00) #define S3C2410_IISCON (0x00)
...@@ -67,4 +66,4 @@ ...@@ -67,4 +66,4 @@
#define S3C2410_IISFIFO (0x10) #define S3C2410_IISFIFO (0x10)
#endif /* __ASM_ARCH_REGS_IIS_H */ #endif /* __SAMSUNG_REGS_IIS_H__ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment