From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 14:23:38 +0000 (+0530) Subject: headers_check fix: dvb/audio.h X-Git-Tag: v2.6.29-rc4~77^2~88 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=15cf98ad2965aaefaa2f85332535ff39e48f9f4e;p=profile%2Fivi%2Fkernel-x86-ivi.git headers_check fix: dvb/audio.h fix the following 'make headers_check' warning: usr/include/linux/dvb/audio.h:133: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/include/linux/dvb/audio.h b/include/linux/dvb/audio.h index 89412e1..bb0df2a 100644 --- a/include/linux/dvb/audio.h +++ b/include/linux/dvb/audio.h @@ -24,12 +24,7 @@ #ifndef _DVBAUDIO_H_ #define _DVBAUDIO_H_ -#ifdef __KERNEL__ #include -#else -#include -#endif - typedef enum { AUDIO_SOURCE_DEMUX, /* Select the demux as the main source */