mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Thomas Renninger <trenn@suse.de>
To: hpa@zytor.com
Cc: linux-kernel@vger.kernel.org, Fenghua Yu <fengguang.wu@intel.com>,
	Thomas Renninger <trenn@suse.de>
Subject: [PATCH 2/3] ACPI: Make acpi_table_checksum static
Date: Wed, 31 Oct 2012 15:35:46 +0100	[thread overview]
Message-ID: <1351694147-10904-3-git-send-email-trenn@suse.de> (raw)
In-Reply-To: <1351694147-10904-1-git-send-email-trenn@suse.de>

From: Fenghua Yu <fengguang.wu@intel.com>

Signed-off-by: Thomas Renninger <trenn@suse.de>
---
 drivers/acpi/osl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/acpi/osl.c b/drivers/acpi/osl.c
index a2845ff..a873c4f 100644
--- a/drivers/acpi/osl.c
+++ b/drivers/acpi/osl.c
@@ -542,7 +542,7 @@ static u64 acpi_tables_addr;
 static int all_tables_size;
 
 /* Copied from acpica/tbutils.c:acpi_tb_checksum() */
-u8 __init acpi_table_checksum(u8 *buffer, u32 length)
+static u8 __init acpi_table_checksum(u8 *buffer, u32 length)
 {
 	u8 sum = 0;
 	u8 *end = buffer + length;
-- 
1.7.6.1


  parent reply	other threads:[~2012-10-31 14:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-31 14:35 ACPI table overriding via initrd cleanups Thomas Renninger
2012-10-31 14:35 ` [PATCH 1/3] ACPI: Cleanup acpi_initrd_override declaration and remove ifdefs Thomas Renninger
2012-10-31 14:35 ` Thomas Renninger [this message]
2012-10-31 14:35 ` [PATCH 3/3] ACPI: Overriding ACPI tables via initrd only works with an initrd Thomas Renninger
2012-12-17  9:28   ` Borislav Petkov
2012-12-17 18:08     ` H. Peter Anvin
2012-12-17 18:14       ` Borislav Petkov
2012-12-17 22:07       ` Thomas Renninger

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=1351694147-10904-3-git-send-email-trenn@suse.de \
    --to=trenn@suse.de \
    --cc=fengguang.wu@intel.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    /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

all inboxes | Powered by JetHome®