summaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorBobby Powers <bobbypowers@gmail.com>2012-03-23 15:01:51 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2012-03-23 16:58:31 -0700
commit10db4e1e4e9a910a26b94045660e5ba7e7c71419 (patch)
treecd28bea676da081ceb76984867ecfb5559bbe70a /include/sound
parentd314d74c695f967e10598467a326f41c78ed1e20 (diff)
downloadlinux-10db4e1e4e9a910a26b94045660e5ba7e7c71419.tar.gz
linux-10db4e1e4e9a910a26b94045660e5ba7e7c71419.tar.xz
linux-10db4e1e4e9a910a26b94045660e5ba7e7c71419.zip
headers: include linux/types.h where appropriate
This addresses some header check warnings. DRM headers which include "drm.h" have been excluded, as they indirectly include types.h. Signed-off-by: Bobby Powers <bobbypowers@gmail.com> Cc: Chris Ball <cjb@laptop.org> Cc: Dave Airlie <airlied@linux.ie> Cc: James Bottomley <James.Bottomley@HansenPartnership.com> Cc: Takashi Iwai <tiwai@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/compress_params.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/compress_params.h b/include/sound/compress_params.h
index d97d69f81a7d..da4a456de032 100644
--- a/include/sound/compress_params.h
+++ b/include/sound/compress_params.h
@@ -51,6 +51,8 @@
#ifndef __SND_COMPRESS_PARAMS_H
#define __SND_COMPRESS_PARAMS_H
+#include <linux/types.h>
+
/* AUDIO CODECS SUPPORTED */
#define MAX_NUM_CODECS 32
#define MAX_NUM_CODEC_DESCRIPTORS 32