Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756541AbXJBLbQ (ORCPT ); Tue, 2 Oct 2007 07:31:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754308AbXJBLa7 (ORCPT ); Tue, 2 Oct 2007 07:30:59 -0400 Received: from wr-out-0506.google.com ([64.233.184.232]:58194 "EHLO wr-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754242AbXJBLa6 (ORCPT ); Tue, 2 Oct 2007 07:30:58 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=frQm0GpaDb7DDitIxghtACBMUAu+dw1W9k4AzgLPvuYU0yRCiiU0pJs6UF5824v4h8VDJvxGKi04rXX1uWbTGAS52owLVWnmWfV9vQJpTxO5aBezAV9rG3Sgfmln45lpqb+A53+Cbuk8vfmx9Y1vCIPhdhBIoiq1mNfHaB53GoI= Message-ID: Date: Tue, 2 Oct 2007 14:30:42 +0300 From: "Kalle Pokki" To: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, bryan.wu@analog.com Subject: Blackfin Ethernet MAC driver compile error MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: b7cc814dfc400689 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 966 Lines: 22 The Blackfin Ethernet MAC driver does not compile. It seems the driver is missing some pinmux defines. CC drivers/net/bfin_mac.o drivers/net/bfin_mac.c: In function 'setup_pin_mux': drivers/net/bfin_mac.c:275: error: 'P_MII0' undeclared (first use in this function) drivers/net/bfin_mac.c:275: error: (Each undeclared identifier is reported only once drivers/net/bfin_mac.c:275: error: for each function it appears in.) drivers/net/bfin_mac.c:279: error: implicit declaration of function 'peripheral_request_list' drivers/net/bfin_mac.c:285: error: implicit declaration of function 'peripheral_free_list' make[2]: *** [drivers/net/bfin_mac.o] Error 1 make[1]: *** [drivers/net] Error 2 make: *** [drivers] Error 2 - 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/