aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 22:27:58 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-31 00:11:25 +0530
commit982f8184f9a9251ba4e5c6d79ec32d25c0ad3cc8 (patch)
tree879794536102798980e8cab1c9a13b9bcdb18020 /include
parentheaders_check fix: linux/videodev.h (diff)
downloadlinux-dev-982f8184f9a9251ba4e5c6d79ec32d25c0ad3cc8.tar.xz
linux-dev-982f8184f9a9251ba4e5c6d79ec32d25c0ad3cc8.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/linux/virtio_blk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/virtio_blk.h b/include/linux/virtio_blk.h
index c1aef85243bf..94c56d29869d 100644
--- a/include/linux/virtio_blk.h
+++ b/include/linux/virtio_blk.h
@@ -2,6 +2,7 @@
#define _LINUX_VIRTIO_BLK_H
/* This header is BSD licensed so anyone can use the definitions to implement
* compatible drivers/servers. */
+#include <linux/types.h>
#include <linux/virtio_config.h>
/* The ID for virtio_block */