diff --git a/include/gs_usb.h b/include/gs_usb.h index eb20238..2293ff7 100644 --- a/include/gs_usb.h +++ b/include/gs_usb.h @@ -311,8 +311,3 @@ struct gs_host_frame_canfd { u8 data[64]; } __packed; - -struct gs_tx_context { - struct gs_can *dev; - unsigned int echo_id; -};