[2.5 patch] remove unused reset_videobios_after_s3

Adrian Bunk (bunk@fs.tum.de)
Sun, 8 Jun 2003 12:47:37 +0200


reset_videobios_after_s3 is used nowhere inside 2.5.70-mm6. Unless there
are plans to use it in the near future I suggest the patch below to
remove it.

I've tested the compilation with 2.5.70-mm6.

cu
Adrian

--- linux-2.5.70-mm6/arch/i386/kernel/dmi_scan.c.old 2003-06-08 12:42:41.000000000 +0200
+++ linux-2.5.70-mm6/arch/i386/kernel/dmi_scan.c 2003-06-08 12:43:01.000000000 +0200
@@ -482,12 +482,6 @@
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

/*
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/