diff options
| author | Marek Vasut <[email protected]> | 2024-07-20 14:40:51 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-07-22 10:53:06 -0600 |
| commit | 136d76f5a3b994159d056178f73c6349502b5d01 (patch) | |
| tree | 756808ccfeee8958569efe26bd65f191d3480da7 | |
| parent | 3ba14895d30f10f29d4cc45e84fa62e03582734a (diff) | |
drivers: remoteproc: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <[email protected]>
| -rw-r--r-- | drivers/remoteproc/rproc-uclass.c | 1 | ||||
| -rw-r--r-- | drivers/remoteproc/ti_k3_r5f_rproc.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/remoteproc/rproc-uclass.c b/drivers/remoteproc/rproc-uclass.c index 3ba2b40dca3..e64354dd52f 100644 --- a/drivers/remoteproc/rproc-uclass.c +++ b/drivers/remoteproc/rproc-uclass.c @@ -518,7 +518,6 @@ int rproc_is_running(int id) return _rproc_ops_wrapper(id, RPROC_RUNNING); }; - static int handle_trace(struct udevice *dev, struct fw_rsc_trace *rsc, int offset, int avail) { diff --git a/drivers/remoteproc/ti_k3_r5f_rproc.c b/drivers/remoteproc/ti_k3_r5f_rproc.c index ef2c1872249..d78b3fa1bbd 100644 --- a/drivers/remoteproc/ti_k3_r5f_rproc.c +++ b/drivers/remoteproc/ti_k3_r5f_rproc.c @@ -42,7 +42,6 @@ #define PROC_BOOT_CFG_FLAG_R5_MEM_INIT_DIS 0x00004000 #define PROC_BOOT_CFG_FLAG_R5_SINGLE_CORE 0x00008000 - /* R5 TI-SCI Processor Control Flags */ #define PROC_BOOT_CTRL_FLAG_R5_CORE_HALT 0x00000001 |
