Skip to content

Commit

Permalink
Remove some unused variables
Browse files Browse the repository at this point in the history
When Andi reverted the HPET resource reservation (in commit
0f8dc2f), he didn't remove the now
unused variables, which just causes gcc to be noisy.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Linus Torvalds committed Jul 4, 2007
1 parent fcb82f8 commit ba609a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/i386/kernel/acpi/boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit ba609a9

Please sign in to comment.