Looks like the ifdef is backwards here. It gave a warning with allmodconfig
about agp_setup not being used.
This is in the latest from 2.6.0-test5 bk tree.
diff -Nru a/drivers/char/agp/backend.c b/drivers/char/agp/backend.c
--- a/drivers/char/agp/backend.c Mon Sep 22 13:53:26 2003
+++ b/drivers/char/agp/backend.c Mon Sep 22 13:53:26 2003
@@ -318,7 +318,7 @@
{
}
-#ifdef MODULE
+#ifndef MODULE
static __init int agp_setup(char *s)
{
if (!strcmp(s,"off"))