summaryrefslogtreecommitdiff
path: root/source/include/acdebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/acdebug.h')
-rw-r--r--source/include/acdebug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/acdebug.h b/source/include/acdebug.h
index 139f65c137e6..05225eeffec3 100644
--- a/source/include/acdebug.h
+++ b/source/include/acdebug.h
@@ -187,7 +187,7 @@ typedef struct acpi_db_execute_walk
{
UINT32 Count;
UINT32 MaxCount;
- char NameSeg[ACPI_NAMESEG_SIZE + 1] ACPI_NONSTRING;
+ char NameSeg[ACPI_NAMESEG_SIZE + 1];
} ACPI_DB_EXECUTE_WALK;