Commit ca7f351e authored by Patrick Mochel's avatar Patrick Mochel

[power] Remove unused function reset_videobios_after_s3().

Resided in arch/i386/kernel/dmi_scan.c and was not used by any of the 
blacklist functions. If it turns out to required, we can add it back later.
parent 86c5dff5
......@@ -444,13 +444,6 @@ static __init int reset_videomode_after_s3(struct dmi_blacklist *d)
acpi_video_flags |= 2;
return 0;
}
static __init int reset_videobios_after_s3(struct dmi_blacklist *d)
{
extern long acpi_video_flags;
acpi_video_flags |= 1;
return 0;
}
#endif
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment