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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 31 Dec 2008 05:52:00 -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 10/15] ACPICA: acopcode.h is private

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

Signed-off-by: Len Brown <len.brown@...el.com>
---
 {include/acpi => kernel/acpi/acpica}/acopcode.h |    0 
 kernel/acpi/acpica/psopcode.c                   |    2 +-
 2 files changed, 1 insertions(+), 1 deletions(-)
 rename {include/acpi => kernel/acpi/acpica}/acopcode.h (100%)

diff --git a/include/acpi/acopcode.h b/kernel/acpi/acpica/acopcode.h
similarity index 100%
rename from include/acpi/acopcode.h
rename to kernel/acpi/acpica/acopcode.h
diff --git a/kernel/acpi/acpica/psopcode.c b/kernel/acpi/acpica/psopcode.c
index b52e198..ccb9652 100644
--- a/kernel/acpi/acpica/psopcode.c
+++ b/kernel/acpi/acpica/psopcode.c
@@ -44,7 +44,7 @@
 #include <acpi/acpi.h>
 #include "accommon.h"
 #include <acpi/acparser.h>
-#include <acpi/acopcode.h>
+#include "acopcode.h"
 #include <acpi/amlcode.h>
 
 #define _COMPONENT          ACPI_PARSER
-- 
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