Skip to content

Commit c30959b

Browse files
committed
drivers: ethernet: sy1xx: fix static prototype
removed invalid arguments. Signed-off-by: Sven Ginka <s.ginka@sensry.de>
1 parent d77b58a commit c30959b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ethernet/eth_sensry_sy1xx_mac.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ struct sy1xx_mac_dev_data {
103103
};
104104

105105
/* prototypes */
106-
static int sy1xx_mac_set_mac_addr(const struct device *dev, uint8_t *mac_addr);
106+
static int sy1xx_mac_set_mac_addr(const struct device *dev);
107107
static int sy1xx_mac_set_promiscuous_mode(const struct device *dev, bool promiscuous_mode);
108108
static int sy1xx_mac_set_config(const struct device *dev, enum ethernet_config_type type,
109109
const struct ethernet_config *config);

0 commit comments

Comments
 (0)