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: 38b294619def76fe84c2fdd5286c0ce39f7619a9
Parent: aca4163a73dc442bfe24ab1e1462513504c162df
commit 38b294619def76fe84c2fdd5286c0ce39f7619a9
Author: Andres Salomon <dilinger at debian.org>
AuthorDate: Tue Oct 17 21:20:30 2006 -0400
Commit: Jordan Crouse <jordan.crouse at amd.com>
CommitDate: Wed Oct 18 14:17:33 2006 -0600
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