Whamcloud - gitweb
LU-5275 build: add LPROCFS to the deprecated symbol list
[fs/lustre-release.git] / contrib / scripts / checkpatch.pl
index 6f24be5..fd8b4fd 100755 (executable)
@@ -438,6 +438,7 @@ my %dep_functions = (
 
        'cfs_rcu_head_t',               'struct rcu_head',
 
+       'LPROCFS',                      'CONFIG_PROC_FS',
        'alloca',                       'malloc',
        'mktemp',                       'mkstemp',
        'sprintf',                      'snprintf',