aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/asoc-kirkwood.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2012-08-24 15:21:54 +0200
committerArnd Bergmann <arnd@arndb.de>2012-09-19 17:42:17 +0200
commitc02cecb92ed49f36196ee9e29d29c4cfcbad05ae (patch)
tree310a9941c89bc139a863880a09ec4ac91903f04d /include/linux/platform_data/asoc-kirkwood.h
parentARM: nomadik: move platform_data definitions (diff)
downloadlinux-dev-c02cecb92ed49f36196ee9e29d29c4cfcbad05ae.tar.xz
linux-dev-c02cecb92ed49f36196ee9e29d29c4cfcbad05ae.zip
ARM: orion: move platform_data definitions
Platform data for device drivers should be defined in include/linux/platform_data/*.h, not in the architecture and platform specific directories. This moves such data out of the orion include directories Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Acked-by: Nicolas Pitre <nico@linaro.org> Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com> Cc: Jason Cooper <jason@lakedaemon.net> Cc: Andrew Lunn <andrew@lunn.ch> Cc: Vinod Koul <vinod.koul@intel.com> Cc: Dan Williams <djbw@fb.com> Cc: Bryan Wu <bryan.wu@canonical.com> Cc: Richard Purdie <rpurdie@rpsys.net> Cc: Chris Ball <cjb@laptop.org> Cc: David Woodhouse <dwmw2@infradead.org> Cc: Alan Stern <stern@rowland.harvard.edu> Cc: Liam Girdwood <lrg@ti.com> Cc: Jaroslav Kysela <perex@perex.cz> Cc: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/linux/platform_data/asoc-kirkwood.h')
-rw-r--r--include/linux/platform_data/asoc-kirkwood.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/platform_data/asoc-kirkwood.h b/include/linux/platform_data/asoc-kirkwood.h
new file mode 100644
index 000000000000..d6a55bd2e578
--- /dev/null
+++ b/include/linux/platform_data/asoc-kirkwood.h
@@ -0,0 +1,7 @@
+#ifndef __PLAT_AUDIO_H
+#define __PLAT_AUDIO_H
+
+struct kirkwood_asoc_platform_data {
+ int burst;
+};
+#endif