projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcb82f8
)
Remove some unused variables
author
Linus Torvalds
<
[email protected]
>
Wed, 4 Jul 2007 01:27:53 +0000
(18:27 -0700)
committer
Linus Torvalds
<
[email protected]
>
Wed, 4 Jul 2007 01:27:53 +0000
(18:27 -0700)
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
patch
|
blob
|
history
diff --git
a/arch/i386/kernel/acpi/boot.c
b/arch/i386/kernel/acpi/boot.c
index 3e497fd028e447132e7332ee438cd373af207abb..a574cd2c8b61c5ac1ec273b1a7741f1868611abc 100644
(file)
--- 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) {