mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
can: headers: make header files self contained
This patch adds the missing #include-s to the dev.h and led.h, so that they can be used without including further header files. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
parent
0012e5c931
commit
2785968cd1
2 changed files with 3 additions and 1 deletions
|
@ -14,9 +14,10 @@
|
|||
#define _CAN_DEV_H
|
||||
|
||||
#include <linux/can.h>
|
||||
#include <linux/can/netlink.h>
|
||||
#include <linux/can/error.h>
|
||||
#include <linux/can/led.h>
|
||||
#include <linux/can/netlink.h>
|
||||
#include <linux/netdevice.h>
|
||||
|
||||
/*
|
||||
* CAN mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue