net: add missing includes and forward declarations under net/
[linux-2.6-microblaze.git] / include / net / smc.h
index e441aa9..37f829d 100644 (file)
 #ifndef _SMC_H
 #define _SMC_H
 
+#include <linux/device.h>
+#include <linux/spinlock.h>
+#include <linux/types.h>
+#include <linux/wait.h>
+
+struct sock;
+
 #define SMC_MAX_PNETID_LEN     16      /* Max. length of PNET id */
 
 struct smc_hashinfo {