summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.inc b/Makefile.inc
index ab81682ee245..f746ef920a27 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -261,9 +261,6 @@ endef
# ResourceTemplate is the correct code.
# As it's valid ASL, disable the warning.
EMPTY_RESOURCE_TEMPLATE_WARNING = 3150
-# Redundant offset remarks are not useful in any way and are masking useful
-# ones that might indicate an issue so it is better to hide them.
-REDUNDANT_OFFSET_REMARK = 2158
# IASL compiler check for usage of _CRS, _DIS, _PRS, and _SRS objects:
# 1) If _PRS is present, must have _CRS and _SRS
# 2) If _SRS is present, must have _PRS (_PRS requires _CRS and _SRS)