can_proto_unregister
extern void can_proto_unregister(const struct can_proto *cp);
EXPORT_SYMBOL(can_proto_unregister);
can_proto_unregister(&bcm_can_proto);
can_proto_unregister(&isotp_can_proto);
can_proto_unregister(&j1939_can_proto);
can_proto_unregister(&raw_can_proto);