From 4263b5060263597264fc55e9bcd6fe2ba36f7ec2 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sat, 3 Mar 2018 21:20:35 +0100 Subject: [PATCH] Remove deprecated patch --- .../odroidc2-next/1040_GXL_SOC_ID_fix.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 patch/kernel/odroidc2-next/1040_GXL_SOC_ID_fix.patch diff --git a/patch/kernel/odroidc2-next/1040_GXL_SOC_ID_fix.patch b/patch/kernel/odroidc2-next/1040_GXL_SOC_ID_fix.patch deleted file mode 100644 index a07c627bad..0000000000 --- a/patch/kernel/odroidc2-next/1040_GXL_SOC_ID_fix.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/drivers/soc/amlogic/meson-gx-socinfo.c b/drivers/soc/amlogic/meson-gx-socinfo.c -index 89f4cf5..f2d8c3c 100644 ---- a/drivers/soc/amlogic/meson-gx-socinfo.c -+++ b/drivers/soc/amlogic/meson-gx-socinfo.c -@@ -20,8 +20,8 @@ - #define AO_SEC_SOCINFO_OFFSET AO_SEC_SD_CFG8 - - #define SOCINFO_MAJOR GENMASK(31, 24) --#define SOCINFO_MINOR GENMASK(23, 16) --#define SOCINFO_PACK GENMASK(15, 8) -+#define SOCINFO_PACK GENMASK(23, 16) -+#define SOCINFO_MINOR GENMASK(15, 8) - #define SOCINFO_MISC GENMASK(7, 0) - - static const struct meson_gx_soc_id {