Skip to content

Commit

Permalink
headers_check fix: dvb/audio.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jaswinder Singh Rajput committed Jan 30, 2009
1 parent 9d6aa4c commit 15cf98a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/linux/dvb/audio.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,7 @@
#ifndef _DVBAUDIO_H_
#define _DVBAUDIO_H_

#ifdef __KERNEL__
#include <linux/types.h>
#else
#include <stdint.h>
#endif


typedef enum {
AUDIO_SOURCE_DEMUX, /* Select the demux as the main source */
Expand Down

0 comments on commit 15cf98a

Please sign in to comment.