Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754670AbWL2G3x (ORCPT ); Fri, 29 Dec 2006 01:29:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754780AbWL2G3x (ORCPT ); Fri, 29 Dec 2006 01:29:53 -0500 Received: from mx1.redhat.com ([66.187.233.31]:36510 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754546AbWL2G3w (ORCPT ); Fri, 29 Dec 2006 01:29:52 -0500 Date: Fri, 29 Dec 2006 01:29:49 -0500 From: Dave Jones To: Linux Kernel Cc: Andrew Morton , Linus Torvalds Subject: Fix implicit declarations in via-pmu Message-ID: <20061229062949.GB23251@redhat.com> Mail-Followup-To: Dave Jones , Linux Kernel , Andrew Morton , Linus Torvalds 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 Content-Length: 1026 Lines: 27 drivers/macintosh/via-pmu.c: In function 'pmac_suspend_devices': drivers/macintosh/via-pmu.c:2014: error: implicit declaration of function 'pm_prepare_console' drivers/macintosh/via-pmu.c: In function 'pmac_wakeup_devices': drivers/macintosh/via-pmu.c:2139: error: implicit declaration of function 'pm_restore_console' Signed-off-by: Dave Jones --- linux-2.6.19.noarch/drivers/macintosh/via-pmu.c~ 2006-12-12 11:18:03.000000000 -0500 +++ linux-2.6.19.noarch/drivers/macintosh/via-pmu.c 2006-12-12 11:18:33.000000000 -0500 @@ -44,6 +44,7 @@ #include #include #include +#include #include #include #include -- http://www.codemonkey.org.uk - 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/