From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755184AbbISRNK (ORCPT ); Sat, 19 Sep 2015 13:13:10 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:35488 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755099AbbISRNI (ORCPT ); Sat, 19 Sep 2015 13:13:08 -0400 From: Sudip Mukherjee To: Haavard Skinnemoen , Hans-Christian Egtvedt , Felipe Balbi , Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, Andrew Morton , Sudip Mukherjee Subject: [PATCH 0/3] fix allmodconfig failure of avr32 Date: Sat, 19 Sep 2015 22:42:56 +0530 Message-Id: <1442682779-20077-1-git-send-email-sudipm.mukherjee@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Build of allmodconfig with avr32 used to fail with the errors: error: implicit declaration of function 'pci_iomap' error: implicit declaration of function 'pci_iounmap' and "at91_pmc_base" [drivers/usb/gadget/udc/atmel_usba_udc.ko] undefined! First two patches fixes these two problems. Third patch is related to a build warning: warning: 'compound_head' declared inline after being called. warning: previous declaration of 'compound_head' was here. regards sudip Sudip Mukherjee (3): avr32: fix build failure usb: gadget: at91_udc: mention proper dependency page-flags: rectify forward declaration arch/avr32/include/asm/io.h | 13 +++++++++++++ drivers/usb/gadget/udc/Kconfig | 2 +- include/linux/page-flags.h | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) -- 1.9.1