diff options
author | Felix Fietkau <nbd@nbd.name> | 2022-03-28 10:42:41 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2022-03-28 11:03:13 +0200 |
commit | 92081f9a34e6ebefcc03e4abdecdf85423e9c739 (patch) | |
tree | adbe4c7e5eb1f7b2576068ee6b7db2ca98bcf99a /target/linux/ramips/files | |
parent | 2edc017a6e0cb92b72b768aaa46c6d336ad84eff (diff) | |
download | upstream-92081f9a34e6ebefcc03e4abdecdf85423e9c739.tar.gz upstream-92081f9a34e6ebefcc03e4abdecdf85423e9c739.tar.bz2 upstream-92081f9a34e6ebefcc03e4abdecdf85423e9c739.zip |
ramips: fix kernel module build errors on linux 5.15
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ramips/files')
-rw-r--r-- | target/linux/ramips/files/drivers/mmc/host/mtk-mmc/sd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/files/drivers/mmc/host/mtk-mmc/sd.c b/target/linux/ramips/files/drivers/mmc/host/mtk-mmc/sd.c index 188e015572..756a1c5b57 100644 --- a/target/linux/ramips/files/drivers/mmc/host/mtk-mmc/sd.c +++ b/target/linux/ramips/files/drivers/mmc/host/mtk-mmc/sd.c @@ -39,6 +39,7 @@ #include <linux/spinlock.h> #include <linux/platform_device.h> #include <linux/interrupt.h> +#include <linux/of.h> #include <linux/mmc/host.h> #include <linux/mmc/mmc.h> |