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 <linux/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
This commit is contained in:
parent
9d6aa4c7ec
commit
15cf98ad29
@ -24,12 +24,7 @@
|
|||||||
#ifndef _DVBAUDIO_H_
|
#ifndef _DVBAUDIO_H_
|
||||||
#define _DVBAUDIO_H_
|
#define _DVBAUDIO_H_
|
||||||
|
|
||||||
#ifdef __KERNEL__
|
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
#else
|
|
||||||
#include <stdint.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
AUDIO_SOURCE_DEMUX, /* Select the demux as the main source */
|
AUDIO_SOURCE_DEMUX, /* Select the demux as the main source */
|
||||||
|
Loading…
Reference in New Issue
Block a user