NRF2410L: Add missing conditional logic in vtable initialization

This commit is contained in:
Gregory Nutt 2016-03-08 16:10:41 -06:00
parent 7fa0adff83
commit 1c31e10397

View File

@ -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
};
/****************************************************************************