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:
392798a
)
APCI: revert another duplicated patch
author
Thomas Gleixner
<
[email protected]
>
Fri, 18 Jul 2008 00:07:02 +0000
(
02:07
+0200)
committer
Linus Torvalds
<
[email protected]
>
Mon, 21 Jul 2008 00:14:57 +0000
(17:14 -0700)
commit
d1857056904d5f313f11184fcfa624652ff9620a
("ACPI: don't walk
tables if ACPI was disabled") is another superfluous duplicate commit
caused by git -> quilt -> git conversion.
Revert it.
Signed-off-by: Thomas Gleixner <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/acpi/glue.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/glue.c
b/drivers/acpi/glue.c
index 0f2dd81736bda796c8ace56f1f216edca65f88fd..2f173e83f8a76bf0291f93689fe075d3fb4e7edf 100644
(file)
--- a/
drivers/acpi/glue.c
+++ b/
drivers/acpi/glue.c
@@
-335,9
+335,6
@@
static int __init acpi_rtc_init(void)
{
struct device *dev = get_rtc_dev();
- if (acpi_disabled)
- return 0;
-
if (acpi_disabled)
return 0;