include: can.h: remove unused include of version.h
This patch remove the include of version.h, as it's not used and also not present in the kernel headers. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>pull/1/head
parent
08d2c63e00
commit
fb5f0cca7d
|
|
@ -13,7 +13,6 @@
|
||||||
#ifndef CAN_H
|
#ifndef CAN_H
|
||||||
#define CAN_H
|
#define CAN_H
|
||||||
|
|
||||||
#include <linux/version.h>
|
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
#include <linux/socket.h>
|
#include <linux/socket.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue