X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Fremoteproc%2Fremoteproc_internal.h;h=f62a82d71dfaac3c221ad166a4e6f130207dfda7;hb=7733171926cc336ddf0c8f847eefaff569dbff86;hp=d4dbb8d1d80cc9b2735f315b67723f1c13b6e8ee;hpb=91080ab38f3eaa2a0af4888220d007698a2e7b03;p=platform%2Fkernel%2Flinux-starfive.git diff --git a/drivers/remoteproc/remoteproc_internal.h b/drivers/remoteproc/remoteproc_internal.h index d4dbb8d..f62a82d 100644 --- a/drivers/remoteproc/remoteproc_internal.h +++ b/drivers/remoteproc/remoteproc_internal.h @@ -76,10 +76,6 @@ extern struct class rproc_class; int rproc_init_sysfs(void); void rproc_exit_sysfs(void); -/* from remoteproc_coredump.c */ -void rproc_coredump_cleanup(struct rproc *rproc); -void rproc_coredump(struct rproc *rproc); - #ifdef CONFIG_REMOTEPROC_CDEV void rproc_init_cdev(void); void rproc_exit_cdev(void);