From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757496AbZDBLhd (ORCPT ); Thu, 2 Apr 2009 07:37:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752069AbZDBLhP (ORCPT ); Thu, 2 Apr 2009 07:37:15 -0400 Received: from mail-ew0-f165.google.com ([209.85.219.165]:41345 "EHLO mail-ew0-f165.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755162AbZDBLhN (ORCPT ); Thu, 2 Apr 2009 07:37:13 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=uABtKVtb2CPzB7HlEgqNJBsvNXqj0B1dLeUDivH5flKZ+um78CndxYi7B9WKWsCyo1 vL6WKDgmWKsp1jTtEBmvQZXUrnysl8oxTPNOxbNfgiQBMOTtPS0UX/53N0eZNcYGuOGB y+3b7l7f2GyUOBwExb8kLrulzJqRhz//4W4xo= MIME-Version: 1.0 Date: Thu, 2 Apr 2009 15:37:10 +0400 Message-ID: Subject: [PATCH] Staging: pohmelfs: should include fs_struct.h From: Alexander Beregalov To: Evgeniy Polyakov , Greg Kroah-Hartman , LKML , "linux-next@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- drivers/staging/pohmelfs/path_entry.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/pohmelfs/path_entry.c b/drivers/staging/pohmelfs/path_entry.c index 9270e54..3bad888 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