diff options
Diffstat (limited to 'snd-alpx/snd-alpx/regmap-mmio.c')
-rw-r--r-- | snd-alpx/snd-alpx/regmap-mmio.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/snd-alpx/snd-alpx/regmap-mmio.c b/snd-alpx/snd-alpx/regmap-mmio.c deleted file mode 100644 index 59c2007..0000000 --- a/snd-alpx/snd-alpx/regmap-mmio.c +++ /dev/null @@ -1,9 +0,0 @@ -#include <linux/version.h> - -#if KERNEL_VERSION(5, 14, 0) == LINUX_VERSION_CODE -#include "core/generic/5.14/regmap-mmio.c" -#elif KERNEL_VERSION(4, 19, 0) == LINUX_VERSION_CODE -#include "core/generic/4.19/regmap-mmio.c" -#else -#error "Unsupported kernel version, backporting another version of regmap-mmio is required" -#endif |