aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/device.h
diff options
context:
space:
mode:
authorMagnus Damm <damm@igel.co.jp>2009-04-15 10:50:21 +0000
committerPaul Mundt <lethal@linux-sh.org>2009-04-19 13:06:25 +0900
commit87a00dc059e3af46303f1f56b0e8df41af988c7b (patch)
treea0054b62fa43d64a84271a46c63aa19d4353bc4f /arch/sh/include/asm/device.h
parentsh: arch earlytimer support (diff)
downloadlinux-dev-87a00dc059e3af46303f1f56b0e8df41af988c7b.tar.xz
linux-dev-87a00dc059e3af46303f1f56b0e8df41af988c7b.zip
sh: Add plat_early_device_setup()
Add a plat_early_device_setup() function to allow processor-specific code to register Early Platform Data. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/device.h')
-rw-r--r--arch/sh/include/asm/device.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/include/asm/device.h b/arch/sh/include/asm/device.h
index efd511d0803a..8688a88303ee 100644
--- a/arch/sh/include/asm/device.h
+++ b/arch/sh/include/asm/device.h
@@ -10,3 +10,5 @@ struct platform_device;
int platform_resource_setup_memory(struct platform_device *pdev,
char *name, unsigned long memsize);
+void plat_early_device_setup(void);
+