X-Git-Url: http://git.openwrt.org/feed/routing.git;lede-17.01?a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fpending-5.15%2F479-mtd-spi-nor-add-xtx-xt25f128b.patch;h=46471588ecc4d8564329db2108a8a4f9e511039c;hb=4cb814d403bb564a6a93baca3a4dcb13e7dc56ac;hp=3e1958c8a0926746a2144fdb60f41f5633c969c8;hpb=869d72e988604ed6e89cfe12aea3f1d879ab2088;p=openwrt%2Fopenwrt.git diff --git a/target/linux/generic/pending-5.15/479-mtd-spi-nor-add-xtx-xt25f128b.patch b/target/linux/generic/pending-5.15/479-mtd-spi-nor-add-xtx-xt25f128b.patch index 3e1958c8a0..46471588ec 100644 --- a/target/linux/generic/pending-5.15/479-mtd-spi-nor-add-xtx-xt25f128b.patch +++ b/target/linux/generic/pending-5.15/479-mtd-spi-nor-add-xtx-xt25f128b.patch @@ -31,7 +31,7 @@ Signed-off-by: Felix Fietkau --- a/drivers/mtd/spi-nor/Makefile +++ b/drivers/mtd/spi-nor/Makefile -@@ -17,6 +17,7 @@ spi-nor-objs += sst.o +@@ -18,6 +18,7 @@ spi-nor-objs += sst.o spi-nor-objs += winbond.o spi-nor-objs += xilinx.o spi-nor-objs += xmc.o @@ -59,7 +59,7 @@ Signed-off-by: Felix Fietkau +}; --- a/drivers/mtd/spi-nor/core.c +++ b/drivers/mtd/spi-nor/core.c -@@ -1860,6 +1860,7 @@ static const struct spi_nor_manufacturer +@@ -1861,6 +1861,7 @@ static const struct spi_nor_manufacturer &spi_nor_winbond, &spi_nor_xilinx, &spi_nor_xmc, @@ -69,7 +69,7 @@ Signed-off-by: Felix Fietkau static const struct flash_info * --- a/drivers/mtd/spi-nor/core.h +++ b/drivers/mtd/spi-nor/core.h -@@ -489,6 +489,7 @@ extern const struct spi_nor_manufacturer +@@ -490,6 +490,7 @@ extern const struct spi_nor_manufacturer extern const struct spi_nor_manufacturer spi_nor_winbond; extern const struct spi_nor_manufacturer spi_nor_xilinx; extern const struct spi_nor_manufacturer spi_nor_xmc;