diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2012-06-20 13:11:38 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-06-20 13:11:38 +0900 |
commit | 4f6939f898c408e6ba9754a42405494f821f22cb (patch) | |
tree | b33e1043226bec462c2a251b501cfc0e253fb355 /arch/arm/mach-exynos/include | |
parent | 3817575b4e0a58199ebe8f05faed4fc6469fda74 (diff) | |
download | talos-obmc-linux-4f6939f898c408e6ba9754a42405494f821f22cb.tar.gz talos-obmc-linux-4f6939f898c408e6ba9754a42405494f821f22cb.zip |
ARM: SAMSUNG: remove unused SPI clock headers
Commit 875a59374cd10200ac24f03877ccd8f73af590cc ("ARM: SAMSUNG:
Consolidation of SPI platform devices to plat-samsung") deleted all
(four) files that included one of the "spi-clocks.h" headers. It seems
it was just an oversight to not remove those headers too. They can
safely be removed now.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/include')
-rw-r--r-- | arch/arm/mach-exynos/include/mach/spi-clocks.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/mach-exynos/include/mach/spi-clocks.h b/arch/arm/mach-exynos/include/mach/spi-clocks.h deleted file mode 100644 index c71a5fba6a84..000000000000 --- a/arch/arm/mach-exynos/include/mach/spi-clocks.h +++ /dev/null @@ -1,16 +0,0 @@ -/* linux/arch/arm/mach-exynos4/include/mach/spi-clocks.h - * - * Copyright (C) 2011 Samsung Electronics Co. Ltd. - * - * 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_SPI_CLKS_H -#define __ASM_ARCH_SPI_CLKS_H __FILE__ - -/* Must source from SCLK_SPI */ -#define EXYNOS_SPI_SRCCLK_SCLK 0 - -#endif /* __ASM_ARCH_SPI_CLKS_H */ |