From 6d526ca21875397bc0b81335ca9d29fd81e78f9f Mon Sep 17 00:00:00 2001 From: Magnus Damm Date: Fri, 31 Jul 2009 07:47:17 +0000 Subject: [PATCH] --- yaml --- r: 163495 b: refs/heads/master c: 9aaa74908b2117bcd560ab3ea8a9d6a491a77c28 h: refs/heads/master i: 163493: 728506a4455755f8ccd842f19058559673d2207b 163491: 7fe12e80cf6afb536b73294667a22656179caa1a 163487: d6033ca207965bcb4cedd8bbee42029c1bf5b7f9 v: v3 --- [refs] | 2 +- trunk/arch/sh/include/asm/device.h | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5fb2f8e3453d..c6bde1bdf00d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 00111076f725ec498f5ada19cdd984d111b0e9b3 +refs/heads/master: 9aaa74908b2117bcd560ab3ea8a9d6a491a77c28 diff --git a/trunk/arch/sh/include/asm/device.h b/trunk/arch/sh/include/asm/device.h index 8688a88303ee..783ecdc64e25 100644 --- a/trunk/arch/sh/include/asm/device.h +++ b/trunk/arch/sh/include/asm/device.h @@ -3,7 +3,9 @@ * * This file is released under the GPLv2 */ -#include + +struct dev_archdata { +}; struct platform_device; /* allocate contiguous memory chunk and fill in struct resource */ @@ -12,3 +14,6 @@ int platform_resource_setup_memory(struct platform_device *pdev, void plat_early_device_setup(void); +struct pdev_archdata { + int hwblk_id; +};