Commit bb9f113f5ca7d182256dee69bcaebd4c79062305

Authored by Jaswinder Singh Rajput
1 parent 70c2ed65fe

headers_check fix: sound/hdsp.h

fix the following 'make headers_check' warning:

  usr/include/sound/hdsp.h:33: found __[us]{8,16,32,64} type without #include <linux/types.h>

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

include/sound/hdsp.h
... ... @@ -19,6 +19,8 @@
19 19 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 20 */
21 21  
  22 +#include <linux/types.h>
  23 +
22 24 #define HDSP_MATRIX_MIXER_SIZE 2048
23 25  
24 26 enum HDSP_IO_Type {