include autoconf.h instead of config.h in dcon code (which was

Andres Salomon dilinger at debian.org
Tue Nov 7 22:37:46 EST 2006


Commit:     a94f7c91315f03e5edaa207c609f9ac3f76e807a
Parent:     50c8097f227951c660ff9e78163e81c3ff6e3c5b
commit a94f7c91315f03e5edaa207c609f9ac3f76e807a
Author:     Andres Salomon <dilinger at debian.org>
AuthorDate: Tue Oct 17 21:20:30 2006 -0400
Commit:     Andres Salomon <dilinger at debian.org>
CommitDate: Tue Oct 17 21:20:30 2006 -0400

    include autoconf.h instead of config.h in dcon code (which was
    deprecated and recently removed).
---
 arch/i386/kernel/olpc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/i386/kernel/olpc.c b/arch/i386/kernel/olpc.c
index 33ac22d..b2b1f0a 100644
--- a/arch/i386/kernel/olpc.c
+++ b/arch/i386/kernel/olpc.c
@@ -7,7 +7,7 @@
  * (at your option) any later version.
  */
 
-#include <linux/config.h>
+#include <linux/autoconf.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
 #include <linux/mc146818rtc.h>


More information about the Commits-kernel mailing list