include: Remove two unused header files

These seem to have never been used. They entered can-utils in commit
77de10356f (include: import kernel header files into tree) and already
back then only consisted in an #include of a non-existing file.

Acked-by: Oliver Hartkopp <socketcan@hartkopp.net>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
Uwe Kleine-König
2014-01-23 13:48:07 +01:00
committed by Marc Kleine-Budde
parent 49801ea8a6
commit a9dbbbc214
3 changed files with 0 additions and 4 deletions
-2
View File
@@ -11,8 +11,6 @@ noinst_HEADERS = \
lib.h \
terminal.h \
include/linux/can/bcm.h \
include/linux/can/core.h \
include/linux/can/dev.h \
include/linux/can/error.h \
include/linux/can/gw.h \
include/linux/can.h \
-1
View File
@@ -1 +0,0 @@
#include <socketcan/can/core.h>
-1
View File
@@ -1 +0,0 @@
#include <socketcan/can/dev.h>