Commit 006d72da authored by Clement Leger's avatar Clement Leger Committed by Bjorn Andersson

remoteproc: remove useless typedef

rproc_handle_resources_t is not used anymore, remove it.
Signed-off-by: default avatarClement Leger <cleger@kalray.eu>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 54ecb8f7
...@@ -44,8 +44,6 @@ ...@@ -44,8 +44,6 @@
static DEFINE_MUTEX(rproc_list_mutex); static DEFINE_MUTEX(rproc_list_mutex);
static LIST_HEAD(rproc_list); static LIST_HEAD(rproc_list);
typedef int (*rproc_handle_resources_t)(struct rproc *rproc,
struct resource_table *table, int len);
typedef int (*rproc_handle_resource_t)(struct rproc *rproc, typedef int (*rproc_handle_resource_t)(struct rproc *rproc,
void *, int offset, int avail); void *, int offset, int avail);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment