diff --git a/patch/kernel/meson64-next/bugfix-scpi-clocksource.patch b/patch/kernel/meson64-next/bugfix-scpi-clocksource.patch deleted file mode 100644 index 756c40d9b..000000000 --- a/patch/kernel/meson64-next/bugfix-scpi-clocksource.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/drivers/clk/meson/gxbb.c b/drivers/clk/meson/gxbb.c -index b1e4d9557..0e053c17d 100644 ---- a/drivers/clk/meson/gxbb.c -+++ b/drivers/clk/meson/gxbb.c -@@ -511,6 +511,7 @@ static struct clk_regmap gxbb_fclk_div2 = { - .ops = &clk_regmap_gate_ops, - .parent_names = (const char *[]){ "fclk_div2_div" }, - .num_parents = 1, -+ .flags = CLK_IS_CRITICAL, - }, - }; -