]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/ntfs/sysctl.h
[PATCH] turn many #if $undefined_string into #ifdef $undefined_string
[mirror_ubuntu-zesty-kernel.git] / fs / ntfs / sysctl.h
index df749cc0aac82890fa5af53ef6f9ab200d3ec4fb..c8064cae8f17edfc743c25b886c63135b30dbcf5 100644 (file)
@@ -26,7 +26,7 @@
 
 #include <linux/config.h>
 
-#if (DEBUG && CONFIG_SYSCTL)
+#if defined(DEBUG) && defined(CONFIG_SYSCTL)
 
 extern int ntfs_sysctl(int add);