From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756615AbbEUUxr (ORCPT ); Thu, 21 May 2015 16:53:47 -0400 Received: from omr2.cc.vt.edu ([198.82.141.100]:51372 "EHLO omr2.cc.vt.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755414AbbEUUxo (ORCPT ); Thu, 21 May 2015 16:53:44 -0400 X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6+dev To: Pali Rohar Cc: linux-kernel@vger.kernel.org Subject: Compile errors with dell_rbtn_notifier_register From: Valdis Kletnieks Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_1432241617_2116P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Thu, 21 May 2015 16:53:37 -0400 Message-ID: <56482.1432241617@turing-police.cc.vt.edu> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --==_Exmh_1432241617_2116P Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable commit 61104aa44529d59bd01a5d51df571ca2823a04b3 Author: Pali Roh=C3=A1r Date: Thu May 14 12:54:27 2015 +0200 dell-laptop: Use dell-rbtn instead i8042 filter when possible causes build errors: LD init/built-in.o =20 drivers/built-in.o: In function =60dell_init': /usr/src/linux-next/drivers/platform/x86/dell-laptop.c:762: undefined ref= erence to =60dell_rbtn_notifier_register' /usr/src/linux-next/drivers/platform/x86/dell-laptop.c:2016: undefined re= ference to =60dell_rbtn_notifier_unregister' drivers/built-in.o: In function =60dell_exit': /usr/src/linux-next/drivers/platform/x86/dell-laptop.c:2041: undefined re= ference to =60dell_rbtn_notifier_unregister' when built with: CONFIG_DELL_LAPTOP=3Dy CONFIG_DELL_RBTN=3Dm because the builtin then references a symbol that's in a module. Probably needs some Kconfig magic to ensure this case doesn't happen. --==_Exmh_1432241617_2116P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Exmh version 2.5 07/13/2001 iQIVAwUBVV5F0AdmEQWDXROgAQJvsg/+IGS9UnwlkpYWvdWg4y38wgGsmSMhoM7Q RSFmZyi6k/xYksbCaqKmM/38ZFjjPmy5uw9nn89dA9d3DgcOHxlrClw0Oxw0yg4t 8GglY1PYOSACT3qH2YmJSip6Kz4/HQdWdTVr0WwmbKZnVVcyqSDjnQQAicmNGob2 uuj+aipzUGDDqZNARvYl4/gfH/SN648k3pxqxV1ESzXvuDkvT8f/xycMl+NQDsP3 Sl9RwlhUVu3JbCPZMKpEKx9gsmw+iAt9ysuTqV4Rp1ScQBgKrkZMz8LN5bTZoGH3 RDxwHZhzJD0NZnWaznT/F3BxPoB204hA4ASw++KQ2C2ocG/IFP5IeSIXTqueMKfe fJJ2ebSKcudkSZCq9cIp2uZV4a7cyyuokvpbMZVP6pGQnauXpyMhXuX63aJSmu0c jAlvQRRUdKftbjYzXtc/HsD8OzX+j+KA9sEBSEfpGQhAXfmtJWympHIYpcXF3lGF rQlPmspjkOaX1r7EIEmRGqXgzi7lQf/uFXU6qHXIq5kq6OsTnQvweGtJDsx7pO5I +SennsK9s1AkotaEVhocvJ4w4+CzhmkqPgW7whb+7uSfOOGrPjcr/GMXeKrL7XVk dbpxTO9Ep0xXsDY2CIdu2CIx2Uw2IRMrFbgkavztpoiqRtVLuTsWTwiOmCFpeGcG Rtl9GVCwns4= =zHB5 -----END PGP SIGNATURE----- --==_Exmh_1432241617_2116P--