diff options
author | Elliott Hughes <enh@google.com> | 2013-11-19 16:56:55 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2013-11-19 16:57:42 -0800 |
commit | 5cb66cfdc2cf4f0f96d55b69bc35688a2f1b4c81 (patch) | |
tree | 3b468f7fe0a039ae1b12cffa17a1273861f8b9ca /libc/kernel/arch-x86/asm/acpi_32.h | |
parent | 2a34009f109a504d3623abf75d7087a0d6474e59 (diff) | |
download | bionic-5cb66cfdc2cf4f0f96d55b69bc35688a2f1b4c81.zip bionic-5cb66cfdc2cf4f0f96d55b69bc35688a2f1b4c81.tar.gz bionic-5cb66cfdc2cf4f0f96d55b69bc35688a2f1b4c81.tar.bz2 |
Remove the unused arch-x86 and arch-x86-64 kernel headers.
x86-64 already used uapi headers, and x86 can too now.
Bug: 11559337
Change-Id: I1196d2500f06ad40f2488b96fc8ccc7e02c7d5c0
Diffstat (limited to 'libc/kernel/arch-x86/asm/acpi_32.h')
-rw-r--r-- | libc/kernel/arch-x86/asm/acpi_32.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/libc/kernel/arch-x86/asm/acpi_32.h b/libc/kernel/arch-x86/asm/acpi_32.h deleted file mode 100644 index af60c63..0000000 --- a/libc/kernel/arch-x86/asm/acpi_32.h +++ /dev/null @@ -1,21 +0,0 @@ -/**************************************************************************** - **************************************************************************** - *** - *** This header was automatically generated from a Linux kernel header - *** of the same name, to make information necessary for userspace to - *** call into the kernel available to libc. It contains only constants, - *** structures, and macros generated from the original header, and thus, - *** contains no copyrightable information. - *** - *** To edit the content of this header, modify the corresponding - *** source file (e.g. under external/kernel-headers/original/) then - *** run bionic/libc/kernel/tools/update_all.py - *** - *** Any manual change here will be lost the next time this script will - *** be run. You've been warned! - *** - **************************************************************************** - ****************************************************************************/ -#ifndef _ASM_ACPI_H -#define _ASM_ACPI_H -#endif |