|
|
我在编译linux 2.6.15.5内核时出现以下情况: CC [M] fs/nfs/direct.o
> fs/nfs/direct.c: In function 'nfs_get_user_pages':
> fs/nfs/direct.c:110: warning: implicit declaration of function
> 'nfs_free_user_pages'
> fs/nfs/direct.c: At top level:
> fs/nfs/direct.c:127: warning: conflicting types for 'nfs_free_user_pages'
> fs/nfs/direct.c:127: error: static declaration of 'nfs_free_user_pages'
> follows non-static declaration
> fs/nfs/direct.c:110: error: previous implicit declaration of
> 'nfs_free_user_pages' was here
怎么解决呀,各位高手? |
|