summaryrefslogtreecommitdiff
path: root/arch/arm/mach-pxa/include/mach/palmasoc.h
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-12-10 16:20:14 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2008-12-10 16:20:14 +1100
commitc4f764d8782dc4591068827d332f386eb95ce078 (patch)
treee45c6091f0dfe4ffd85346bf6b0cdb5aedec0fc7 /arch/arm/mach-pxa/include/mach/palmasoc.h
parent95e22584496e9e6eb1628ffc5d7448f1d45090f7 (diff)
Revert "Merge commit 'sound/for-next'"
This reverts commit f55a178f9de332704d5c386b7403f006fde8646e.
Diffstat (limited to 'arch/arm/mach-pxa/include/mach/palmasoc.h')
-rw-r--r--arch/arm/mach-pxa/include/mach/palmasoc.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/mach-pxa/include/mach/palmasoc.h b/arch/arm/mach-pxa/include/mach/palmasoc.h
deleted file mode 100644
index 6c4b1f7de20a..000000000000
--- a/arch/arm/mach-pxa/include/mach/palmasoc.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef _INCLUDE_PALMASOC_H_
-#define _INCLUDE_PALMASOC_H_
-struct palm27x_asoc_info {
- int jack_gpio;
-};
-
-#ifdef CONFIG_SND_PXA2XX_SOC_PALM27X
-void __init palm27x_asoc_set_pdata(struct palm27x_asoc_info *data);
-#else
-static inline void palm27x_asoc_set_pdata(struct palm27x_asoc_info *data) {}
-#endif
-
-#endif