[PATCH 2/2] uml: add missing header

From: Paolo 'Blaisorblade' Giarrusso
Date: Tue Nov 01 2005 - 15:45:01 EST


From: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx>

We now need to include the new <linux/platform_device.h> explicitly, due to
headers changes.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx>
---

arch/um/include/net_kern.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/um/include/net_kern.h b/arch/um/include/net_kern.h
--- a/arch/um/include/net_kern.h
+++ b/arch/um/include/net_kern.h
@@ -10,6 +10,7 @@
#include "linux/skbuff.h"
#include "linux/socket.h"
#include "linux/list.h"
+#include "linux/platform_device.h"

struct uml_net {
struct list_head list;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/