From: Alexander Beregalov Date: Thu, 2 Apr 2009 11:37:10 +0000 (+0400) Subject: Staging: pohmelfs: should include fs_struct.h X-Git-Tag: v2.6.30-rc1~202^2~471 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0564200d3d6e21882581eb72f560c850c6c7d8b2;p=karo-tx-linux.git Staging: pohmelfs: should include fs_struct.h drivers/staging/pohmelfs/path_entry.c: In function 'pohmelfs_construct_path_string': drivers/staging/pohmelfs/path_entry.c:48: error: dereferencing pointer to incomplete type drivers/staging/pohmelfs/path_entry.c:49: error: dereferencing pointer to incomplete type drivers/staging/pohmelfs/path_entry.c:50: error: dereferencing pointer to incomplete type drivers/staging/pohmelfs/path_entry.c: In function 'pohmelfs_path_length': drivers/staging/pohmelfs/path_entry.c:95: error: dereferencing pointer to incomplete type drivers/staging/pohmelfs/path_entry.c:96: error: dereferencing pointer to incomplete type drivers/staging/pohmelfs/path_entry.c:97: error: dereferencing pointer to incomplete type Signed-off-by: Alexander Beregalov Acked-by: Evgeniy Polyakov Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/pohmelfs/path_entry.c b/drivers/staging/pohmelfs/path_entry.c index 9270e54f157e..3bad888ced13 100644 --- a/drivers/staging/pohmelfs/path_entry.c +++ b/drivers/staging/pohmelfs/path_entry.c @@ -17,7 +17,7 @@ #include #include #include -#include +#include #include #include #include