Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ba609a9d97ba231c3d94443c50579ceb5fc33867
Commit:     ba609a9d97ba231c3d94443c50579ceb5fc33867
Parent:     fcb82f8835c1d71b4fe5de1d9894f45370f80dab
Author:     Linus Torvalds <[EMAIL PROTECTED]>
AuthorDate: Tue Jul 3 18:27:53 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Tue Jul 3 18:27:53 2007 -0700

    Remove some unused variables
    
    When Andi reverted the HPET resource reservation (in commit
    0f8dc2f06560e2ca126d1670a24126ba08357d38), he didn't remove the now
    unused variables, which just causes gcc to be noisy.
    
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 arch/i386/kernel/acpi/boot.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/arch/i386/kernel/acpi/boot.c b/arch/i386/kernel/acpi/boot.c
index 3e497fd..a574cd2 100644
--- a/arch/i386/kernel/acpi/boot.c
+++ b/arch/i386/kernel/acpi/boot.c
@@ -621,8 +621,6 @@ static int __init acpi_parse_sbf(struct acpi_table_header 
*table)
 static int __init acpi_parse_hpet(struct acpi_table_header *table)
 {
        struct acpi_table_hpet *hpet_tbl;
-       struct resource *hpet_res;
-       resource_size_t res_start;
 
        hpet_tbl = (struct acpi_table_hpet *)table;
        if (!hpet_tbl) {
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to