mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02: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