Commit b258f2d3 authored by Tomasz Bursztyka's avatar Tomasz Bursztyka Committed by Carles Cufi
Browse files

uart: Removing uart_irq_callback_t type



This type of callback does not exist anymore and can be safely removed.

Fixes #26923

Signed-off-by: default avatarTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
parent 7d1af024
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -304,15 +304,6 @@ enum uart_config_flow_control {
typedef void (*uart_irq_callback_user_data_t)(struct device *dev,
					      void *user_data);

/**
 * @typedef uart_irq_callback_t
 * @brief Define the application callback function signature for legacy
 * uart_irq_callback_set().
 *
 * @param dev UART device structure.
 */
typedef void (*uart_irq_callback_t)(struct device *dev);

/**
 * @typedef uart_irq_config_func_t
 * @brief For configuring IRQ on each individual UART device.