From 8275f69f076d8b1ecc6d93305451e5a8f7336d4e Mon Sep 17 00:00:00 2001 From: Mathias Krause Date: Sun, 30 Mar 2014 15:31:50 +0200 Subject: [PATCH] ftrace: Statically initialize pm notifier block Instead of initializing the pm notifier block in register_ftrace_graph(), initialize it statically. This safes us some code. Found in the PaX patch, written by the PaX Team. Link: http://lkml.kernel.org/p/1396186310-3156-1-git-send-email-minipli@googlemail.com Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: PaX Team Signed-off-by: Mathias Krause Signed-off-by: Steven Rostedt --- Reading git-format-patch failed