Commit 5a19ae4bb003a428b9c8367daf05eed5029dc4cd

Authored by Randy Dunlap
Committed by Linus Torvalds
1 parent ecc3099002

virtio_9p.h: include linux/types.h

Add <linux/types.h> to <linux/virtio_9p.h> so that types are explicitly
defined:
linux/virtio_9p.h:15: found __[us]{8,16,32,64} type without #include <linux/types.h>

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Eric Van Hensbergen <ericvh@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

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

include/linux/virtio_9p.h
... ... @@ -2,6 +2,7 @@
2 2 #define _LINUX_VIRTIO_9P_H
3 3 /* This header is BSD licensed so anyone can use the definitions to implement
4 4 * compatible drivers/servers. */
  5 +#include <linux/types.h>
5 6 #include <linux/virtio_ids.h>
6 7 #include <linux/virtio_config.h>
7 8 #include <linux/types.h>