From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751909AbdKKTVf (ORCPT ); Sat, 11 Nov 2017 14:21:35 -0500 Received: from bombadil.infradead.org ([65.50.211.133]:37816 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751787AbdKKTVd (ORCPT ); Sat, 11 Nov 2017 14:21:33 -0500 Subject: Re: iio/accel/kxsd9_i2c: no license, taints kernel From: Randy Dunlap To: Jonathan Cameron , Linus Walleij , linux-iio@vger.kernel.org Cc: LKML References: <623dca4f-3029-f207-b17a-a0fba0600b8e@infradead.org> Message-ID: Date: Sat, 11 Nov 2017 11:21:32 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <623dca4f-3029-f207-b17a-a0fba0600b8e@infradead.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/11/17 10:53, Randy Dunlap wrote: > [44583.951806] kxsd9_i2c: module license 'unspecified' taints kernel. > [44583.951931] kxsd9_i2c: Unknown symbol __devm_regmap_init_i2c (err 0) > > __devm_regmap_i2c() is EXPORT_SYMBOL_GPL(), so a non-compatible license > cannot use it. > and iio/adc/qcom-vadc-common.c: qcom_vadc_common: module license 'unspecified' taints kernel. -- ~Randy