mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 22:40:03 +02:00
This patch changes the include from the socketcan folder to the linux folder: -#include <socketcan/can.h> +#include <linux/can.h> so that the socketcan folder can be eliminated in a later patch. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>