mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
can: length: make header self contained
Include the headers that "can/length.h" depends on.
Fixes: bdd2e41319
("can: dev: move length related code into seperate file")
Link: https://lore.kernel.org/all/20230509122854.350426-1-mkl@pengutronix.de
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
parent
cca7d85ad8
commit
6882011e88
@ -6,6 +6,9 @@
|
||||
#ifndef _CAN_LENGTH_H
|
||||
#define _CAN_LENGTH_H
|
||||
|
||||
#include <linux/can.h>
|
||||
#include <linux/can/netlink.h>
|
||||
|
||||
/*
|
||||
* Size of a Classical CAN Standard Frame
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user