aboutsummaryrefslogtreecommitdiff
path: root/include/linux/jbt6k74.h
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2008-11-19 17:11:11 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-19 17:11:11 +0000
commitf39594d4998c1b4e7fb4de3a5d5936f5966499a8 (patch)
tree2b806a8c7f8dcb9f4a5e0b316cafbcc4ef3f0b12 /include/linux/jbt6k74.h
parent105a84e9504f7a35b5b4d2c2560d86937bc4027d (diff)
fix-remove-resume-dependencies-on-pmu-for-pmu-children.patch
All that stuff should be enforced by device tree now, out with it Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'include/linux/jbt6k74.h')
-rw-r--r--include/linux/jbt6k74.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/jbt6k74.h b/include/linux/jbt6k74.h
index f0eaf398b13..50e39347c20 100644
--- a/include/linux/jbt6k74.h
+++ b/include/linux/jbt6k74.h
@@ -6,8 +6,6 @@
struct jbt6k74_platform_data {
void (*reset)(int devindex, int level);
void (*resuming)(int devindex); /* called when LCM is resumed */
- void (*suspending)(int devindex, struct spi_device *spi);
- int (*all_dependencies_resumed)(int devindex);
};
#endif