From 0e6f093e2aab91198062c4a258c137d28f07f9ec Mon Sep 17 00:00:00 2001 From: Sebastien Lorquet Date: Thu, 14 Mar 2019 16:56:43 -0600 Subject: [PATCH] fs/procfs/fs_procfsuptime.c: Fix procfs typo. --- fs/procfs/fs_procfsuptime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/procfs/fs_procfsuptime.c b/fs/procfs/fs_procfsuptime.c index 83cf091d42..ff2167b8de 100644 --- a/fs/procfs/fs_procfsuptime.c +++ b/fs/procfs/fs_procfsuptime.c @@ -60,7 +60,7 @@ #include #if !defined(CONFIG_DISABLE_MOUNTPOINT) && defined(CONFIG_FS_PROCFS) -#ifndef CONFIG_FS_PROCFS_EXCLUDE_PROCESS +#ifndef CONFIG_FS_PROCFS_EXCLUDE_UPTIME /**************************************************************************** * Pre-processor Definitions