drivers: can: Fix compilation issue
Remove extra (and syntactically wrong) semicolon. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
18e9ec70d6
commit
15b071d821
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
static inline int z_vrfy_can_set_timing(const struct device *dev,
|
static inline int z_vrfy_can_set_timing(const struct device *dev,
|
||||||
const struct can_timing *timing,
|
const struct can_timing *timing,
|
||||||
const struct can_timing *timing_data);
|
const struct can_timing *timing_data)
|
||||||
{
|
{
|
||||||
Z_OOPS(Z_SYSCALL_DRIVER_CAN(dev, set_timing));
|
Z_OOPS(Z_SYSCALL_DRIVER_CAN(dev, set_timing));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue