File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -104,9 +104,9 @@ EXPORT_SYMBOL_GPL(riscv_cbom_block_size);
104
104
unsigned int riscv_cboz_block_size ;
105
105
EXPORT_SYMBOL_GPL (riscv_cboz_block_size );
106
106
107
- static void cbo_get_block_size (struct device_node * node ,
108
- const char * name , u32 * block_size ,
109
- unsigned long * first_hartid )
107
+ static void __init cbo_get_block_size (struct device_node * node ,
108
+ const char * name , u32 * block_size ,
109
+ unsigned long * first_hartid )
110
110
{
111
111
unsigned long hartid ;
112
112
u32 val ;
@@ -126,7 +126,7 @@ static void cbo_get_block_size(struct device_node *node,
126
126
}
127
127
}
128
128
129
- void riscv_init_cbo_blocksizes (void )
129
+ void __init riscv_init_cbo_blocksizes (void )
130
130
{
131
131
unsigned long cbom_hartid , cboz_hartid ;
132
132
u32 cbom_block_size = 0 , cboz_block_size = 0 ;
You can’t perform that action at this time.
0 commit comments