mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] virtio_9p.h: include linux/types.h
@ 2010-04-29 17:57 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2010-04-29 17:57 UTC (permalink / raw)
  To: lkml; +Cc: akpm, Eric Van Hensbergen

From: Randy Dunlap <randy.dunlap@oracle.com>

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>
---
 include/linux/virtio_9p.h |    1 +
 1 file changed, 1 insertion(+)

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-30 19:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-29 17:57 [PATCH] virtio_9p.h: include linux/types.h Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®