can: remove obsolete empty ioctl() handler
authorOliver Hartkopp <socketcan@hartkopp.net>
Tue, 23 Jul 2019 12:08:47 +0000 (14:08 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Wed, 24 Jul 2019 08:31:55 +0000 (10:31 +0200)
commit60649d4e0af6c26b6c423dea9c57f39e823fc0c5
treeec31fe2a85f73fe3516ed2219fc8b628fc863127
parent4c7f715485159ab8a55b9471fc6fd75db51fd623
can: remove obsolete empty ioctl() handler

With commit c7cbdbf29f488a ("net: rework SIOCGSTAMP ioctl handling") the only
ioctl function in can_ioctl() has been removed.

As this SIOCGSTAMP ioctl command is now handled in net/socket.c we can entirely
remove the CAN specific ioctl functions.

Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
include/linux/can/core.h
net/can/af_can.c
net/can/bcm.c
net/can/raw.c