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
Marc Kleine-Budde 2014-01-21 12:48:41 +01:00
parent 08d2c63e00
commit fb5f0cca7d
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@
#ifndef CAN_H
#define CAN_H
#include <linux/version.h>
#include <linux/types.h>
#include <linux/socket.h>