summaryrefslogtreecommitdiff
path: root/include/linux/dvb/osd.h
diff options
context:
space:
mode:
authorJohannes Stezenbach <js@convergence.de>2004-08-09 02:46:38 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-08-09 02:46:38 -0700
commitdcff0e756ca34d301e760ae751eaf285c81a5a51 (patch)
tree7054055e5617738b18ff4eb9a3c3a0894546be91 /include/linux/dvb/osd.h
parent1a59b2793bbbb17f22c6f789efc2eda998bc2c31 (diff)
[PATCH] dvb: missing includes
Although the current DVB stuff compiles fine, for correctness the following patch adds the necessary include for __user annotations. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/dvb/osd.h')
-rw-r--r--include/linux/dvb/osd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/dvb/osd.h b/include/linux/dvb/osd.h
index 5ccf27457e1b..cdaff25eccc3 100644
--- a/include/linux/dvb/osd.h
+++ b/include/linux/dvb/osd.h
@@ -24,6 +24,8 @@
#ifndef _DVBOSD_H_
#define _DVBOSD_H_
+#include <linux/compiler.h>
+
typedef enum {
// All functions return -2 on "not open"
OSD_Close=1, // ()