[Balls-cvs-act] CVS: linux/kernel ksyms.c,1.13,1.14
Status: Pre-Alpha
Brought to you by:
quinnharris
|
From: Quinn H. <qui...@us...> - 2001-10-20 06:13:52
|
Update of /cvsroot/balls/linux/kernel In directory usw-pr-cvs1:/tmp/cvs-serv10420/linux/kernel Modified Files: ksyms.c Log Message: Index: ksyms.c =================================================================== RCS file: /cvsroot/balls/linux/kernel/ksyms.c,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -r1.13 -r1.14 *** ksyms.c 2001/10/20 05:11:48 1.13 --- ksyms.c 2001/10/20 06:13:50 1.14 *************** *** 49,52 **** --- 49,56 ---- #include <asm/checksum.h> + #ifdef CONFIG_BALLS_FS + #include <linux/balls.h> + #endif + #if defined(CONFIG_PROC_FS) #include <linux/proc_fs.h> *************** *** 275,278 **** --- 279,286 ---- EXPORT_SYMBOL(filemap_fdatawait); EXPORT_SYMBOL(lock_page); + + /* for balls fs */ + EXPORT_SYMBOL(balls_daemon); + EXPORT_SYMBOL(__queue_put); /* device registration */ |