mirror of
https://github.com/linux-can/can-utils.git
synced 2026-09-20 14:29:55 +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>