This commit is contained in:
Stephen Rothwell 2024-12-20 14:20:20 +11:00
commit cc0ee5a7f3

View File

@ -42,7 +42,7 @@ struct mux_state {
unsigned int state;
};
static struct class mux_class = {
static const struct class mux_class = {
.name = "mux",
};