From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752549AbXCRNBO (ORCPT ); Sun, 18 Mar 2007 09:01:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752570AbXCRNBO (ORCPT ); Sun, 18 Mar 2007 09:01:14 -0400 Received: from ftp.linux-mips.org ([194.74.144.162]:57397 "EHLO ftp.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752549AbXCRNBN (ORCPT ); Sun, 18 Mar 2007 09:01:13 -0400 Date: Sun, 18 Mar 2007 12:58:08 +0000 From: Ralf Baechle To: Linus Torvalds , Andrew Morton , Alan Stern , linux-kernel@vger.kernel.org Subject: [PATCH] Fix build error due to not including Message-ID: <20070318125808.GA25840@linux-mips.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Since d9a9cdfb078d755e648d53ec25b7370f84ee5729 is using ENOSYS without including if CONFIG_SYSFS is disabled. Fixed by including . Signed-off-by: Ralf Baechle diff --git a/include/linux/sysfs.h b/include/linux/sysfs.h index 0544edd..fea9a6b 100644 --- a/include/linux/sysfs.h +++ b/include/linux/sysfs.h @@ -11,6 +11,7 @@ #define _SYSFS_H_ #include +#include #include #include