watchdog: fix typo in omap_wdt.c
[pandora-kernel.git] / include / linux / smb.h
index 6df3b15..caa43b2 100644 (file)
@@ -11,6 +11,7 @@
 
 #include <linux/types.h>
 #include <linux/magic.h>
+#include <linux/time.h>
 
 enum smb_protocol { 
        SMB_PROTOCOL_NONE, 
@@ -89,7 +90,6 @@ struct smb_fattr {
        struct timespec f_atime;
        struct timespec f_mtime;
        struct timespec f_ctime;
-       unsigned long   f_blksize;
        unsigned long   f_blocks;
        int             f_unix;
 };