kernel: bump 4.14 to 4.14.48 for 18.06
[openwrt/openwrt.git] / target / linux / ipq806x / patches-4.14 / 0031-mtd-add-SMEM-parser-for-QCOM-platforms.patch
index a80326906dc45e39e7dc1a273c8b5b30c9ee9f02..a7cfac54475ebbddf5b096c09630cc11d42afcdd 100644 (file)
@@ -19,9 +19,9 @@ Signed-off-by: Ram Chandra Jangir <rjangi@codeaurora.org>
 --- a/drivers/mtd/Kconfig
 +++ b/drivers/mtd/Kconfig
 @@ -194,6 +194,13 @@ config MTD_MYLOADER_PARTS
-         You will still need the parsing functions to be called by the driver
-         for your particular device. It won't happen automatically.
-
+         You will still need the parsing functions to be called by the driver
+         for your particular device. It won't happen automatically.
 +config MTD_QCOM_SMEM_PARTS
 +      tristate "QCOM SMEM partitioning support"
 +      depends on QCOM_SMEM
@@ -30,7 +30,7 @@ Signed-off-by: Ram Chandra Jangir <rjangi@codeaurora.org>
 +        such as IPQ806x.
 +
  comment "User Modules And Translation Layers"
-
  #
 --- /dev/null
 +++ b/drivers/mtd/qcom_smem_part.c
@@ -278,5 +278,5 @@ Signed-off-by: Ram Chandra Jangir <rjangi@codeaurora.org>
  obj-$(CONFIG_MTD_MYLOADER_PARTS) += myloader.o
 +obj-$(CONFIG_MTD_QCOM_SMEM_PARTS) += qcom_smem_part.o
  obj-y                         += parsers/
-
  # 'Users' - code which presents functionality to userspace.