linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: dl9pf@gmx.de
To: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org,
	rjw@sisk.pl, lenb@kernel.org
Cc: dl9pf@gmx.de
Subject: [PATCH] Fix section to __init. Align with usage in acpixf.h . Fixes warning during compilation with clang.
Date: Tue, 30 Apr 2013 11:39:04 +0200	[thread overview]
Message-ID: <1367314744-9659-1-git-send-email-dl9pf@gmx.de> (raw)

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


             reply	other threads:[~2013-04-30  9:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-30  9:39 dl9pf [this message]
2013-05-02 21:16 ` [PATCH] Fix section to __init. Align with usage in acpixf.h . Fixes warning during compilation with clang Rafael J. Wysocki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1367314744-9659-1-git-send-email-dl9pf@gmx.de \
    --to=dl9pf@gmx.de \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rjw@sisk.pl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).