summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDave Gerlach <d-gerlach@ti.com>2014-08-28 14:18:50 -0500
committerTero Kristo <t-kristo@ti.com>2014-09-01 11:02:51 +0300
commit2b744d1deed58ec8206d7d31c8d225242a137de4 (patch)
tree94f0c72058f628a90857ae631804f24bbfc6010f /include
parent794ff5d8b19b4f16f831bada7f9784ab8e8d1d87 (diff)
remoteproc: wkup_m3_rproc: Add device to rproc_ready callback
Pass wkup_m3 device to the rproc_ready callback so that the driver user can have a reference to the wkup_m3. Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/wkup_m3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/wkup_m3.h b/include/linux/wkup_m3.h
index 48a7fcc962f..eca9e62faca 100644
--- a/include/linux/wkup_m3.h
+++ b/include/linux/wkup_m3.h
@@ -29,7 +29,7 @@
struct wkup_m3_ops {
void (*txev_handler)(void);
- void (*rproc_ready)(void);
+ void (*rproc_ready)(struct device *dev);
};
struct wkup_m3_wakeup_src {