Fixes warning about block_operations not being defined. From David Sidrane.
This commit is contained in:
parent
45584fdfe5
commit
1bfec1a702
@ -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 ****************************************************/
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user