diff options
author | Iliyan Malchev <malchev@google.com> | 2011-09-15 16:40:13 -0700 |
---|---|---|
committer | Iliyan Malchev <malchev@google.com> | 2011-09-19 16:50:24 -0700 |
commit | 98143ac00d8bb257bb5c106e5b2e382e674d89ea (patch) | |
tree | 7d2ef5820181f983240df12463297cabd7122247 /include/linux/remoteproc.h | |
parent | 249e6831ee95e8e176a7a55b6880d78f9eff09e4 (diff) | |
download | kernel_samsung_tuna-98143ac00d8bb257bb5c106e5b2e382e674d89ea.zip kernel_samsung_tuna-98143ac00d8bb257bb5c106e5b2e382e674d89ea.tar.gz kernel_samsung_tuna-98143ac00d8bb257bb5c106e5b2e382e674d89ea.tar.bz2 |
remoteproc: fix spelling of rproc_errror_notify
Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'include/linux/remoteproc.h')
-rw-r--r-- | include/linux/remoteproc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/remoteproc.h b/include/linux/remoteproc.h index 095d4d7..bf2e8f0 100644 --- a/include/linux/remoteproc.h +++ b/include/linux/remoteproc.h @@ -288,6 +288,6 @@ extern const struct dev_pm_ops rproc_gen_pm_ops; #define GENERIC_RPROC_PM_OPS NULL #endif int rproc_set_constraints(struct rproc *, enum rproc_constraint type, long v); -int rproc_errror_notify(struct rproc *rproc); +int rproc_error_notify(struct rproc *rproc); #endif /* REMOTEPROC_H */ |