mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Fix section to __init. Align with usage in acpixf.h . Fixes warning during compilation with clang.
@ 2013-04-30  9:39 dl9pf
  2013-05-02 21:16 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: dl9pf @ 2013-04-30  9:39 UTC (permalink / raw)
  To: linux-acpi, linux-kernel, rjw, lenb; +Cc: dl9pf

From: Jan-Simon Möller <dl9pf@gmx.de>

Signed-off-by: Jan-Simon Möller <dl9pf@gmx.de>
---
 include/acpi/acpiosxf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/acpi/acpiosxf.h b/include/acpi/acpiosxf.h
index 5b3d2bd..64b8c76 100644
--- a/include/acpi/acpiosxf.h
+++ b/include/acpi/acpiosxf.h
@@ -77,7 +77,7 @@ struct acpi_signal_fatal_info {
 /*
  * OSL Initialization and shutdown primitives
  */
-acpi_status __initdata acpi_os_initialize(void);
+acpi_status __init acpi_os_initialize(void);
 
 acpi_status acpi_os_terminate(void);
 
-- 
1.8.1.4


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-02 21:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-30  9:39 [PATCH] Fix section to __init. Align with usage in acpixf.h . Fixes warning during compilation with clang dl9pf
2013-05-02 21:16 ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®