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>
pull/1/head
Uwe Kleine-König 2014-01-13 22:57:13 +01:00 committed by Marc Kleine-Budde
parent 49801ea8a6
commit a9dbbbc214
3 changed files with 0 additions and 4 deletions

View File

@ -11,8 +11,6 @@ noinst_HEADERS = \
lib.h \ lib.h \
terminal.h \ terminal.h \
include/linux/can/bcm.h \ include/linux/can/bcm.h \
include/linux/can/core.h \
include/linux/can/dev.h \
include/linux/can/error.h \ include/linux/can/error.h \
include/linux/can/gw.h \ include/linux/can/gw.h \
include/linux/can.h \ include/linux/can.h \

View File

@ -1 +0,0 @@
#include <socketcan/can/core.h>

View File

@ -1 +0,0 @@
#include <socketcan/can/dev.h>