summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/regs-sys.h
diff options
context:
space:
mode:
authorPankaj Dubey2015-01-08 17:14:23 +0100
committerKukjin Kim2015-01-08 17:14:23 +0100
commit32b0aa9aaeb4a493135ea6368a614aa89c3c5488 (patch)
tree0dd52fc59dbeb8d2b0d159137abfd3ecadd26bf5 /arch/arm/mach-exynos/regs-sys.h
parentLinux 3.19-rc1 (diff)
downloadkernel-qcow2-linux-32b0aa9aaeb4a493135ea6368a614aa89c3c5488.tar.gz
kernel-qcow2-linux-32b0aa9aaeb4a493135ea6368a614aa89c3c5488.tar.xz
kernel-qcow2-linux-32b0aa9aaeb4a493135ea6368a614aa89c3c5488.zip
ARM: EXYNOS: Remove i2c sys configuration related code
As all these code has been moved into i2c driver, now we can safely remove them from machine files. CC: Russell King <linux@arm.linux.org.uk> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com> Signed-off-by: Kukjin Kim <kgene@kernel.org>
Diffstat (limited to 'arch/arm/mach-exynos/regs-sys.h')
-rw-r--r--arch/arm/mach-exynos/regs-sys.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/arch/arm/mach-exynos/regs-sys.h b/arch/arm/mach-exynos/regs-sys.h
deleted file mode 100644
index 84332b0dd7a6..000000000000
--- a/arch/arm/mach-exynos/regs-sys.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
- * http://www.samsung.com
- *
- * EXYNOS - system register definition
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
-*/
-
-#ifndef __ASM_ARCH_REGS_SYS_H
-#define __ASM_ARCH_REGS_SYS_H __FILE__
-
-#include <mach/map.h>
-
-#define S5P_SYSREG(x) (S3C_VA_SYS + (x))
-
-/* For EXYNOS5 */
-#define EXYNOS5_SYS_I2C_CFG S5P_SYSREG(0x0234)
-
-#endif /* __ASM_ARCH_REGS_SYS_H */