Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 7 Mar 2003 00:21:12 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 7 Mar 2003 00:21:12 -0500 Received: from dp.samba.org ([66.70.73.150]:24811 "EHLO lists.samba.org") by vger.kernel.org with ESMTP id ; Fri, 7 Mar 2003 00:21:05 -0500 Date: Fri, 7 Mar 2003 16:30:44 +1100 From: David Gibson To: Linus Torvalds , Benjamin Herrenschmidt , Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, trivial@rustcorp.com.au Subject: [TRIVIAL] Squash warning in ohci-pci.c on PowerBooks Message-ID: <20030307053044.GC1161@zax> Mail-Followup-To: David Gibson , Linus Torvalds , Benjamin Herrenschmidt , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, trivial@rustcorp.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.3i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1084 Lines: 29 Linus, please apply (patch is against 2.5.64): Apple PowerBooks want in ohci-pci.c for the prototype of pci_device_to_OF_node(). This patch adds it to the already present list of PowerBook specific #includes: diff -urN pmac-2.5-pristine/drivers/usb/host/ohci-pci.c linux-2.5-zax/drivers/usb/host/ohci-pci.c --- pmac-2.5-pristine/drivers/usb/host/ohci-pci.c 2003-03-03 13:43:41.000000000 +1100 +++ linux-2.5-zax/drivers/usb/host/ohci-pci.c 2003-03-07 15:32:12.000000000 +1100 @@ -18,6 +18,7 @@ #include #include #include +#include #ifndef CONFIG_PM # define CONFIG_PM #endif -- David Gibson | For every complex problem there is a david@gibson.dropbear.id.au | solution which is simple, neat and | wrong. http://www.ozlabs.org/people/dgibson - 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/