9
0
Fork 0
barebox/fs
Marc Kleine-Budde cefc190b1b [sparse] declare functions static, use NULL as NULL pointer
this fixes:
fs/fs.c:210:6: warning: symbol 'files' was not declared. Should it be static?
fs/fs.c:212:6: warning: symbol 'get_file' was not declared. Should it be static?
fs/fs.c:227:6: warning: symbol 'put_file' was not declared. Should it be static?
fs/fs.c:248:5: warning: symbol 'dir_is_empty' was not declared. Should it be static?
fs/fs.c:613:41: warning: Using plain integer as NULL pointer

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2007-11-29 10:22:47 +01:00
..
cramfs declare lots of functions static 2007-09-28 10:07:26 +02:00
Kconfig svn_rev_566 2007-07-05 18:02:05 +02:00
Makefile svn_rev_465 2007-07-05 18:01:56 +02:00
devfs.c Use Linux kernel list for drivers and devices instead of handmade 2007-10-11 20:20:36 +02:00
fs.c [sparse] declare functions static, use NULL as NULL pointer 2007-11-29 10:22:47 +01:00
ramfs.c change files and dirs to rwxrwxrwx 2007-10-04 13:15:09 +02:00