CCM PROCFS: Missing change in last commits

This commit is contained in:
Gregory Nutt 2014-07-03 09:28:36 -06:00
parent 514879f776
commit cc0fb1ec67

View File

@ -92,7 +92,7 @@ extern const struct procfs_operations smartfs_procfsoperations;
* operations table with a RAM-base registration table. * operations table with a RAM-base registration table.
*/ */
#if defined(CONFIG_STM32_CCM_PROCFS) #if defined(CONFIG_STM32_CCM_PROCFS) && !defined(CONFIG_FS_PROCFS_EXCLUDE_CCM)
extern const struct procfs_operations ccm_procfsoperations; extern const struct procfs_operations ccm_procfsoperations;
#endif #endif
@ -129,7 +129,7 @@ static const struct procfs_entry_s g_procfsentries[] =
{ "uptime", &uptime_operations }, { "uptime", &uptime_operations },
#endif #endif
#if defined(#if defined(CONFIG_STM32_CCM_PROCFS) #if defined(CONFIG_STM32_CCM_PROCFS) && !defined(CONFIG_FS_PROCFS_EXCLUDE_CCM)
{ "ccm", &ccm_procfsoperations }, { "ccm", &ccm_procfsoperations },
#endif #endif
}; };