aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2011-11-18 16:24:08 +0900
committerPaul Mundt <lethal@linux-sh.org>2011-11-18 16:24:08 +0900
commitec20a81562772f43610490a48814f9edbebc3431 (patch)
tree2f00ac51078111fc2f2f25f3a39e304797daba2f /arch/sh/include
parentsh: cpuidle: Migrate off of hwblk API. (diff)
downloadlinux-dev-ec20a81562772f43610490a48814f9edbebc3431.tar.xz
linux-dev-ec20a81562772f43610490a48814f9edbebc3431.zip
sh: hwblk: Kill off hwblk_id from pdev archdata.
Now that nothing is using this anymore, kill off the assignments across the board. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include')
-rw-r--r--arch/sh/include/asm/device.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/include/asm/device.h b/arch/sh/include/asm/device.h
index 783ecdc64e25..a1c9c0daec10 100644
--- a/arch/sh/include/asm/device.h
+++ b/arch/sh/include/asm/device.h
@@ -15,5 +15,4 @@ int platform_resource_setup_memory(struct platform_device *pdev,
void plat_early_device_setup(void);
struct pdev_archdata {
- int hwblk_id;
};