VFS: fix prototype related warning

Change-Id: Ie01454cdcc0c900916f4b6efd3a965079187509f
This commit is contained in:
Lionel Sambuc 2015-12-20 11:00:58 +01:00
parent 0a390218fa
commit 3332c3a555

View File

@ -46,7 +46,7 @@ EXTERN struct fproc {
mutex_t fp_lock; /* mutex to lock fproc object */
struct worker_thread *fp_worker;/* active worker thread, or NULL */
void (*fp_func)(); /* handler function for pending work */
void (*fp_func)(void); /* handler function for pending work */
message fp_msg; /* pending or active message from process */
message fp_pm_msg; /* pending/active postponed PM request */