Skip to content

Commit 6882011

Browse files
can: length: make header self contained
Include the headers that "can/length.h" depends on. Fixes: bdd2e41 ("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>
1 parent cca7d85 commit 6882011

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/linux/can/length.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
#ifndef _CAN_LENGTH_H
77
#define _CAN_LENGTH_H
88

9+
#include <linux/can.h>
10+
#include <linux/can/netlink.h>
11+
912
/*
1013
* Size of a Classical CAN Standard Frame
1114
*

0 commit comments

Comments
 (0)