mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-29 15:43:59 +08:00
829e001543
In the current implementation, CAN drivers need to #include <linux/can.h> _before_ they #include <linux/can/dev.h>, which is both ugly and unnecessary. Fix this by including <linux/can.h> in <linux/can/dev.h> and remove the #include <linux/can.h> lines from drivers. Signed-off-by: Hans J. Koch <hjk@linutronix.de> Signed-off-by: David S. Miller <davem@davemloft.net> |
||
---|---|---|
.. | ||
ems_pci.c | ||
Kconfig | ||
kvaser_pci.c | ||
Makefile | ||
plx_pci.c | ||
sja1000_isa.c | ||
sja1000_of_platform.c | ||
sja1000_platform.c | ||
sja1000.c | ||
sja1000.h |