From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751184AbWJHOBQ (ORCPT ); Sun, 8 Oct 2006 10:01:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751185AbWJHOBQ (ORCPT ); Sun, 8 Oct 2006 10:01:16 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:14469 "EHLO ZenIV.linux.org.uk") by vger.kernel.org with ESMTP id S1751184AbWJHOBP (ORCPT ); Sun, 8 Oct 2006 10:01:15 -0400 Date: Sun, 8 Oct 2006 15:01:14 +0100 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [PATCH] missing include in pdaudiocf_irq Message-ID: <20061008140114.GV29920@ftp.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Al Viro --- sound/pcmcia/pdaudiocf/pdaudiocf_irq.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/sound/pcmcia/pdaudiocf/pdaudiocf_irq.c b/sound/pcmcia/pdaudiocf/pdaudiocf_irq.c index 732263e..5bd6920 100644 --- a/sound/pcmcia/pdaudiocf/pdaudiocf_irq.c +++ b/sound/pcmcia/pdaudiocf/pdaudiocf_irq.c @@ -22,6 +22,7 @@ #include #include #include "pdaudiocf.h" #include +#include /* * -- 1.4.2.GIT