浏览代码

headers_check fix: linux/virtio_blk.h

fix the following 'make headers_check' warning:

  usr/include/linux/virtio_blk.h:21: 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 年之前
父节点
当前提交
982f8184f9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/linux/virtio_blk.h

+ 1 - 0
include/linux/virtio_blk.h

@@ -2,6 +2,7 @@
 #define _LINUX_VIRTIO_BLK_H
 #define _LINUX_VIRTIO_BLK_H
 /* This header is BSD licensed so anyone can use the definitions to implement
 /* This header is BSD licensed so anyone can use the definitions to implement
  * compatible drivers/servers. */
  * compatible drivers/servers. */
+#include <linux/types.h>
 #include <linux/virtio_config.h>
 #include <linux/virtio_config.h>
 
 
 /* The ID for virtio_block */
 /* The ID for virtio_block */