drivers/media/built-in.o: No such file

From: thomas
Date: Wed Apr 30 2008 - 15:39:26 EST


Hi.

Build fails with:

CC [M] drivers/watchdog/it8712f_wdt.o
CC [M] drivers/watchdog/w83627hf_wdt.o
CC [M] drivers/watchdog/w83697hf_wdt.o
CC [M] drivers/watchdog/w83877f_wdt.o
CC [M] drivers/watchdog/w83977f_wdt.o
CC [M] drivers/watchdog/machzwd.o
CC [M] drivers/watchdog/softdog.o
LD drivers/built-in.o
ld: drivers/media/built-in.o: No such file: No such file or directory
make[1]: *** [drivers/built-in.o] Fehler 1
make: *** [drivers] Fehler 2

$ git-describe
v2.6.25-6679-g0ff5ce7

Config attached.

And fs/xfs/xfs_ialloc.c needs <linux/random.h>:

$ git diff
diff --git a/fs/xfs/xfs_ialloc.c b/fs/xfs/xfs_ialloc.c
index aad8c5d..1376612 100644
--- a/fs/xfs/xfs_ialloc.c
+++ b/fs/xfs/xfs_ialloc.c
@@ -40,6 +40,7 @@
#include "xfs_rtalloc.h"
#include "xfs_error.h"
#include "xfs_bmap.h"
+#include <linux/random.h>

/*
* Log specified fields for the inode given by bp and off.


Attachment: .config
Description: Binary data