This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / acpi / acobject.h
index 09d6a5a..0d47972 100644 (file)
@@ -135,10 +135,7 @@ struct acpi_object_integer
        acpi_integer                            value;
 };
 
-/*
- * Note: The String and Buffer object must be identical through the Pointer
- * element.  There is code that depends on this.
- */
+
 struct acpi_object_string           /* Null terminated, ASCII characters only */
 {
        ACPI_OBJECT_COMMON_HEADER