Fixes warning about block_operations not being defined. From David Sidrane.

This commit is contained in:
Gregory Nutt 2014-12-30 06:19:30 -06:00
parent 45584fdfe5
commit 1bfec1a702

View File

@ -443,9 +443,11 @@ int register_driver(FAR const char *path, FAR const struct file_operations *fops
*
****************************************************************************/
#ifndef CONFIG_DISABLE_MOUNTPOINT
int register_blockdriver(FAR const char *path,
FAR const struct block_operations *bops, mode_t mode,
FAR void *priv);
#endif
/* fs_unregisterdriver.c ****************************************************/
/****************************************************************************