From: Sudip Mukherjee Date: Mon, 13 Jul 2015 12:02:27 +0000 (+0530) Subject: char: misc: remove redundant ifdef X-Git-Tag: omap-for-v4.3/fixes-merge-window~46^2~122 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=344e62b36d3fa680ffbd35ee26b52f7bf4c1c4ec;p=pandora-kernel.git char: misc: remove redundant ifdef The check for CONFIG_PROC_FS is not required as the check is being done in proc_fs.h and incase CONFIG_PROC_FS is not defined then proc_create() is defined as NULL. Signed-off-by: Sudip Mukherjee Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed