File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 10
10
#include <linux/mfd/syscon.h>
11
11
#include <linux/of_address.h>
12
12
#include <linux/regmap.h>
13
- #include <linux/clk/zynq.h>
14
13
#include "common.h"
15
14
16
15
/* register offsets */
@@ -146,7 +145,7 @@ void zynq_slcr_cpu_stop(int cpu)
146
145
}
147
146
148
147
/**
149
- * zynq_slcr_cpu_state - Read/write cpu state
148
+ * zynq_slcr_cpu_state_read - Read cpu state
150
149
* @cpu: cpu number
151
150
*
152
151
* SLCR_REBOOT_STATUS save upper 2 bits (31/30 cpu states for cpu0 and cpu1)
@@ -165,7 +164,7 @@ bool zynq_slcr_cpu_state_read(int cpu)
165
164
}
166
165
167
166
/**
168
- * zynq_slcr_cpu_state - Read/write cpu state
167
+ * zynq_slcr_cpu_state_write - Write cpu state
169
168
* @cpu: cpu number
170
169
* @die: cpu state - true if cpu is going to die
171
170
*
You can’t perform that action at this time.
0 commit comments