drivers: can: add missing static keywords
Add missing static keywords for functions internal to the drivers. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
a6a07deb53
commit
99964fab45
9 changed files with 55 additions and 57 deletions
|
@ -99,7 +99,7 @@ static int mcux_mcan_get_core_clock(const struct device *dev, uint32_t *rate)
|
|||
rate);
|
||||
}
|
||||
|
||||
int mcux_mcan_get_max_bitrate(const struct device *dev, uint32_t *max_bitrate)
|
||||
static int mcux_mcan_get_max_bitrate(const struct device *dev, uint32_t *max_bitrate)
|
||||
{
|
||||
const struct mcux_mcan_config *config = dev->config;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue