Fix an error commit with last changes

This commit is contained in:
Gregory Nutt
2015-11-29 12:12:43 -06:00
parent 463637f474
commit 6b9c0c7c72
+2 -3
View File
@@ -91,7 +91,8 @@ int sam_bringup(void)
{ {
#if defined(HAVE_NAND) || defined(HAVE_AT25) || defined(HAVE_HSMCI) || \ #if defined(HAVE_NAND) || defined(HAVE_AT25) || defined(HAVE_HSMCI) || \
defined(HAVE_USBHOST) || defined(HAVE_USBMONITOR) || defined(HAVE_WM8904) || \ defined(HAVE_USBHOST) || defined(HAVE_USBMONITOR) || defined(HAVE_WM8904) || \
defined(HAVE_AUTOMOUNTER) || defined(HAVE_ELF) || defined(HAVE_ROMFS) defined(HAVE_AUTOMOUNTER) || defined(HAVE_ELF) || defined(HAVE_ROMFS) || \
defined(CONFIG_FS_PROCFS)
int ret; int ret;
#endif #endif
@@ -263,8 +264,6 @@ int sam_bringup(void)
#endif #endif
#ifdef CONFIG_FS_PROCFS #ifdef CONFIG_FS_PROCFS
int ret;
/* Mount the procfs file system */ /* Mount the procfs file system */
ret = mount(NULL, SAMA5_PROCFS_MOUNTPOINT, "procfs", 0, NULL); ret = mount(NULL, SAMA5_PROCFS_MOUNTPOINT, "procfs", 0, NULL);