diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2014-01-15 00:10:20 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2014-01-15 00:10:20 +0000 |
| commit | 39f274c358ed4902e03f3785abb7d32d5ed2bfec (patch) | |
| tree | 454f2ab26ed17be123260e9052adc018fef302dc /source/include/platform/aclinux.h | |
| parent | 86e94f4ac956e0aed23de30c7a458d215f54749a (diff) | |
Notes
Diffstat (limited to 'source/include/platform/aclinux.h')
| -rw-r--r-- | source/include/platform/aclinux.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/source/include/platform/aclinux.h b/source/include/platform/aclinux.h index 51cc4c2d7c52..097ba3e6254e 100644 --- a/source/include/platform/aclinux.h +++ b/source/include/platform/aclinux.h @@ -5,7 +5,7 @@ *****************************************************************************/ /* - * Copyright (C) 2000 - 2013, Intel Corp. + * Copyright (C) 2000 - 2014, Intel Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -257,11 +257,6 @@ EarlyAcpiOsUnmapMemory ( void __iomem *Virt, ACPI_SIZE Size); -ACPI_STATUS -AcpiOsHotplugExecute ( - ACPI_OSD_EXEC_CALLBACK Function, - void *Context); - #endif /* __KERNEL__ */ #endif /* __ACLINUX_H__ */ |
