]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - kernel/trace/trace.h
tracing: Use modern function declaration
[mirror_ubuntu-eoan-kernel.git] / kernel / trace / trace.h
index d2d068b36341833c210203d8935474a1a87c8efb..ae1cce91fead25a065899109e426a6cc1e597d28 100644 (file)
@@ -763,7 +763,7 @@ struct ftrace_hash {
 struct ftrace_func_entry *
 ftrace_lookup_ip(struct ftrace_hash *hash, unsigned long ip);
 
-static bool __always_inline ftrace_hash_empty(struct ftrace_hash *hash)
+static __always_inline bool ftrace_hash_empty(struct ftrace_hash *hash)
 {
        return !hash || !hash->count;
 }