Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752968AbbFFQLX (ORCPT ); Sat, 6 Jun 2015 12:11:23 -0400 Received: from mail-vn0-f49.google.com ([209.85.216.49]:39262 "EHLO mail-vn0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751782AbbFFQLQ (ORCPT ); Sat, 6 Jun 2015 12:11:16 -0400 MIME-Version: 1.0 In-Reply-To: <1433605789-9536-2-git-send-email-matwey@sai.msu.ru> References: <20150524185455.GA17693@kroah.com> <1433605789-9536-1-git-send-email-matwey@sai.msu.ru> <1433605789-9536-2-git-send-email-matwey@sai.msu.ru> Date: Sat, 6 Jun 2015 18:11:15 +0200 Message-ID: Subject: Re: [PATCHv2 2/2] uio: pruss: Drop depends on ARCH_DAVINCI_DA850 from config From: Richard Weinberger To: "Matwey V. Kornilov" Cc: Greg KH , pratheesh@ti.com, "Hans J. Koch" , LKML Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 688 Lines: 20 On Sat, Jun 6, 2015 at 5:49 PM, Matwey V. Kornilov wrote: > mach-dependant stuff has been removed by > 2eb2478d471e45e1d0c8bb3defbf82bf7204e13d > > There is no need to keep > depends on ARCH_DAVINCI_DA850 The driver dependencies are still broken. It needs ioremap(), hence make it depend on HAS_IOMEM. Otherwise you break the build for UML and some s390 variants which do not have io memory. -- Thanks, //richard -- 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/