KSPP / linux

Linux kernel source tree (Kernel Self Protection Project)
https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project
Other
80 stars 5 forks source link

Use DECLARE_FLEX_ARRAY() helper in sound/soc/intel/skylake/skl-topology.h #226

Closed GustavoARSilva closed 1 year ago

GustavoARSilva commented 1 year ago
diff -u -p ./sound/soc/intel/skylake/skl-topology.h /tmp/nothing/sound/soc/intel/skylake/skl-topology.h
--- ./sound/soc/intel/skylake/skl-topology.h
+++ /tmp/nothing/sound/soc/intel/skylake/skl-topology.h
@@ -234,7 +234,6 @@ struct skl_kpb_params {
        u32 num_modules;
        union {
                struct skl_mod_inst_map map[0];
-               struct skl_uuid_inst_map map_uuid[0];
        } u;
 };

diff -u