diff options
author | Randy Dunlap <[email protected]> | 2018-01-19 11:19:33 -0800 |
---|---|---|
committer | Mark Salter <[email protected]> | 2018-04-10 09:58:38 -0400 |
commit | 319938bd6f07e59ba55dff0abb3b51f5230a8f24 (patch) | |
tree | 637091e2ef421a9e9aecb29fd7a759bc15f95d7a /scripts/gdb | |
parent | f5ad907e31345807c5c2bd0fbb12a120e82e3042 (diff) |
c6x: fix platforms/plldata.c get_coreid build error
Fix build error reported by the 0day bot by including the header
file for that macro.
Fixes this build error: (should fix; not tested)
arch/c6x/platforms/plldata.c: In function 'c6472_setup_clocks':
arch/c6x/platforms/plldata.c:279:33: error: implicit declaration of function 'get_coreid'; did you mean 'get_order'? [-Werror=implicit-function-declaration]
c6x_core_clk.parent = &sysclks[get_coreid() + 1];
Reported-by: Fengguang Wu <[email protected]>
Cc: Mark Salter <[email protected]>
Cc: Aurelien Jacquiot <[email protected]>
Cc: [email protected]
Cc: Ingo Molnar <[email protected]>
Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Mark Salter <[email protected]>
Diffstat (limited to 'scripts/gdb')
0 files changed, 0 insertions, 0 deletions