diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2014-02-16 19:51:37 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-02-28 15:36:34 -0800 |
commit | 9b91bd81fa40b4765e24721d970c26ae2e1d8b0d (patch) | |
tree | 08136be3d0f81c5375175321be55c35d37a0d2ff /arch/arm/mach-omap2/mux.h | |
parent | 5b5c01359152f3ddaa1aa0e5d1141bc2b29ba2c5 (diff) | |
download | linux-9b91bd81fa40b4765e24721d970c26ae2e1d8b0d.tar.gz linux-9b91bd81fa40b4765e24721d970c26ae2e1d8b0d.tar.bz2 linux-9b91bd81fa40b4765e24721d970c26ae2e1d8b0d.zip |
ARM: OMAP2+: remove OMAP_PACKAGE_ZAC and OMAP_PACKAGE_ZAF
The Kconfig symbols OMAP_PACKAGE_ZAC and OMAP_PACKAGE_ZAF were added in
v2.6.36. They have never been used. Setting them has no effect. These
symbols can safely be removed.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
[tony@atomide.com: updated to remove also the related mux.h entries]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/mux.h')
-rw-r--r-- | arch/arm/mach-omap2/mux.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/mux.h b/arch/arm/mach-omap2/mux.h index a722330d4d53..d121fb6df4e6 100644 --- a/arch/arm/mach-omap2/mux.h +++ b/arch/arm/mach-omap2/mux.h @@ -63,9 +63,6 @@ #define OMAP_PACKAGE_CUS 5 /* 423-pin 0.65 */ #define OMAP_PACKAGE_CBB 4 /* 515-pin 0.40 0.50 */ #define OMAP_PACKAGE_CBC 3 /* 515-pin 0.50 0.65 */ -#define OMAP_PACKAGE_ZAC 2 /* 24xx 447-pin POP */ -#define OMAP_PACKAGE_ZAF 1 /* 2420 447-pin SIP */ - #define OMAP_MUX_NR_MODES 8 /* Available modes */ #define OMAP_MUX_NR_SIDES 2 /* Bottom & top */ |