浏览代码

headers_check fix: video/uvesafb.h

fix the following 'make headers_check' warning:

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

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Jaswinder Singh Rajput 16 年之前
父节点
当前提交
de4d379552
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      include/video/uvesafb.h

+ 2 - 0
include/video/uvesafb.h

@@ -1,6 +1,8 @@
 #ifndef _UVESAFB_H
 #ifndef _UVESAFB_H
 #define _UVESAFB_H
 #define _UVESAFB_H
 
 
+#include <linux/types.h>
+
 struct v86_regs {
 struct v86_regs {
 	__u32 ebx;
 	__u32 ebx;
 	__u32 ecx;
 	__u32 ecx;