diff --git a/patch/kernel/sunxi-dev/revert-commit-a66d972465d15b1d89281258805eb8b47d66bd36.patch b/patch/kernel/sunxi-dev/revert-commit-a66d972465d15b1d89281258805eb8b47d66bd36.patch new file mode 100644 index 000000000..f40c5afed --- /dev/null +++ b/patch/kernel/sunxi-dev/revert-commit-a66d972465d15b1d89281258805eb8b47d66bd36.patch @@ -0,0 +1,14 @@ +diff --git a/drivers/base/devres.c b/drivers/base/devres.c +index e038e2b..37a2182 100644 +--- a/drivers/base/devres.c ++++ b/drivers/base/devres.c +@@ -33,7 +33,8 @@ struct devres { + * Thus we use ARCH_KMALLOC_MINALIGN here and get exactly the same + * buffer alignment as if it was allocated by plain kmalloc(). + */ +- u8 __aligned(ARCH_KMALLOC_MINALIGN) data[]; ++ //u8 __aligned(ARCH_KMALLOC_MINALIGN) data[]; ++ unsigned long long data[]; + }; + + struct devres_group {