lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 31 Dec 2008 05:51:52 -0500
From:	Len Brown <lenb@...nel.org>
To:	linux-acpi@...r.kernel.org, linux-kernel@...r.kernel.org
Cc:	Len Brown <len.brown@...el.com>
Subject: [PATCH 02/15] ACPI: delete include/acpi/platform/

From: Len Brown <len.brown@...el.com>

The ACPICA tree has some additional non-Linux files in this dir,
but Linux doesn't bother with those, so keep things simple...

Signed-off-by: Len Brown <len.brown@...el.com>
---
 include/acpi/{platform => }/acenv.h   |    0 
 include/acpi/{platform => }/acgcc.h   |    0 
 include/acpi/{platform => }/aclinux.h |    0 
 include/acpi/acpi.h                   |    2 +-
 include/acpi/acpiosxf.h               |    2 +-
 5 files changed, 2 insertions(+), 2 deletions(-)
 rename include/acpi/{platform => }/acenv.h (100%)
 rename include/acpi/{platform => }/acgcc.h (100%)
 rename include/acpi/{platform => }/aclinux.h (100%)

diff --git a/include/acpi/platform/acenv.h b/include/acpi/acenv.h
similarity index 100%
rename from include/acpi/platform/acenv.h
rename to include/acpi/acenv.h
diff --git a/include/acpi/platform/acgcc.h b/include/acpi/acgcc.h
similarity index 100%
rename from include/acpi/platform/acgcc.h
rename to include/acpi/acgcc.h
diff --git a/include/acpi/platform/aclinux.h b/include/acpi/aclinux.h
similarity index 100%
rename from include/acpi/platform/aclinux.h
rename to include/acpi/aclinux.h
diff --git a/include/acpi/acpi.h b/include/acpi/acpi.h
index 472b7bf..508a26b 100644
--- a/include/acpi/acpi.h
+++ b/include/acpi/acpi.h
@@ -53,7 +53,7 @@
  *
  * Note: The order of these include files is important.
  */
-#include "platform/acenv.h"	/* Environment-specific items */
+#include "acenv.h"		/* Environment-specific items */
 #include "acnames.h"		/* Common ACPI names and strings */
 #include "actypes.h"		/* ACPICA data types and structures */
 #include "acexcep.h"		/* ACPICA exceptions */
diff --git a/include/acpi/acpiosxf.h b/include/acpi/acpiosxf.h
index a62720a..a65f5a6 100644
--- a/include/acpi/acpiosxf.h
+++ b/include/acpi/acpiosxf.h
@@ -47,7 +47,7 @@
 #ifndef __ACPIOSXF_H__
 #define __ACPIOSXF_H__
 
-#include "platform/acenv.h"
+#include "acenv.h"
 #include "actypes.h"
 
 /* Types for acpi_os_execute */
-- 
1.5.6.6

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ