NRF2410L: Add missing conditional logic in vtable initialization
This commit is contained in:
parent
7fa0adff83
commit
1c31e10397
@ -235,7 +235,9 @@ static const struct file_operations nrf24l01_fops =
|
||||
#ifndef CONFIG_DISABLE_POLL
|
||||
nrf24l01_poll, /* poll */
|
||||
#endif
|
||||
#ifndef CONFIG_DISABLE_PSEUDOFS_OPERATIONS
|
||||
NULL /* unlink */
|
||||
#endif
|
||||
};
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user