Skip to content

Commit de189f0

Browse files
headers_check fix: dvb/frontend.h
fix the following 'make headers_check' warnings: usr/include/linux/dvb/frontend.h:29: include of <linux/types.h> is preferred over <asm/types.h> usr/include/linux/dvb/frontend.h:76: found __[us]{8,16,32,64} type without #include <linux/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
1 parent c86629c commit de189f0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

include/linux/dvb/frontend.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
#ifndef _DVBFRONTEND_H_
2727
#define _DVBFRONTEND_H_
2828

29-
#include <asm/types.h>
30-
29+
#include <linux/types.h>
3130

3231
typedef enum fe_type {
3332
FE_QPSK,

0 commit comments

Comments
 (0)