Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964813AbXASTHX (ORCPT ); Fri, 19 Jan 2007 14:07:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932846AbXASTHX (ORCPT ); Fri, 19 Jan 2007 14:07:23 -0500 Received: from stephens.ittc.ku.edu ([129.237.125.220]:48981 "EHLO stephens.ittc.ku.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932845AbXASTHX (ORCPT ); Fri, 19 Jan 2007 14:07:23 -0500 X-Greylist: delayed 791 seconds by postgrey-1.27 at vger.kernel.org; Fri, 19 Jan 2007 14:07:23 EST From: Noah Watkins To: linux-kernel@vger.kernel.org Subject: [PATCH] include linux/fs.h in linux/cdev.h for struct inode Date: Fri, 19 Jan 2007 12:54:07 -0600 Message-Id: <11692328473797-git-send-email-nwatkins@ittc.ku.edu> X-Mailer: git-send-email 1.4.4.1 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (stephens.ittc.ku.edu [129.237.125.220]); Fri, 19 Jan 2007 12:54:07 -0600 (CST) X-VirusScan: Clean X-MailScanner-From: nwatkins@ittc.ku.edu Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 643 Lines: 24 --- include/linux/cdev.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/cdev.h b/include/linux/cdev.h index f309b00..b53e2a0 100644 --- a/include/linux/cdev.h +++ b/include/linux/cdev.h @@ -5,6 +5,7 @@ #include #include #include +#include struct cdev { struct kobject kobj; -- 1.4.4.1 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/