[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1209584338.4818cad242721@213.133.104.17>
Date: Wed, 30 Apr 2008 21:38:58 +0200
From: thomas@...3r.de
To: linux-kernel@...r.kernel.org
Subject: drivers/media/built-in.o: No such file
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.
Download attachment ".config" of type "application/octet-stream" (86581 bytes)
Powered by blists - more mailing lists