diff options
author | 2009-12-21 11:21:15 +0100 | |
---|---|---|
committer | 2009-12-21 11:21:15 +0100 | |
commit | de8853bc38ceab1fa7e7f723b21430d4aad60fea (patch) | |
tree | 5084ef51866fd1767324f8dc8eb36e97c55350f5 /lib/debugobjects.c | |
parent | ALSA: HDA: add powersaving hook for Realtek (diff) | |
parent | ALSA: hda/realtek: Remove extra .capsrc_nids initialization for ALC889_INTEL (diff) | |
download | wireguard-linux-de8853bc38ceab1fa7e7f723b21430d4aad60fea.tar.xz wireguard-linux-de8853bc38ceab1fa7e7f723b21430d4aad60fea.zip |
Merge remote branch 'alsa/fixes' into fix/hda
Diffstat (limited to 'lib/debugobjects.c')
-rw-r--r-- | lib/debugobjects.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/debugobjects.c b/lib/debugobjects.c index 2755a3bd16a1..eae56fddfa3b 100644 --- a/lib/debugobjects.c +++ b/lib/debugobjects.c @@ -9,6 +9,7 @@ */ #include <linux/debugobjects.h> #include <linux/interrupt.h> +#include <linux/sched.h> #include <linux/seq_file.h> #include <linux/debugfs.h> #include <linux/hash.h> |