]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/staging/android/sync_debug.c
staging/android: make sync_timeline internal to sw_sync
[karo-tx-linux.git] / drivers / staging / android / sync_debug.c
index 864ad0103435dac4bdf642f010c5a5e35c0adada..77386d2ec43706a1cea15af9fe4ea2d6cb3cd012 100644 (file)
@@ -193,10 +193,8 @@ static __init int sync_debugfs_init(void)
 
        debugfs_create_file("info", 0444, dbgfs, NULL, &sync_info_debugfs_fops);
 
-#if IS_ENABLED(CONFIG_SW_SYNC)
        debugfs_create_file("sw_sync", 0644, dbgfs, NULL,
                            &sw_sync_debugfs_fops);
-#endif
 
        return 0;
 }