Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp7426992ybn; Mon, 30 Sep 2019 13:46:28 -0700 (PDT) X-Google-Smtp-Source: APXvYqyvejzpIRFNyGMOo37apUSLNfFg42T4Gl1aIijTD4LmYjl4Gr4ybRnwkpLc+LL0VGPju7a5 X-Received: by 2002:a50:e616:: with SMTP id y22mr21784496edm.253.1569876388809; Mon, 30 Sep 2019 13:46:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569876388; cv=none; d=google.com; s=arc-20160816; b=SJm7OzCLqCwsLpj/K1bYhb99bRCEztHm6oSqTw+tC+Brgqlo+JfAKtulam8hKrXD5B 2RuF7ciG0SXxbqwQQYvV9+B4hqa1GUr2rvSjQPp15thIkzLrBTCXVTcXFDZGqSI5wqbj hHwyXGUr6oN7QpWPADzdaqyKyW6sqWe67XY3QIl9ODIuDAt07vZqgHoDZdq6PMM8PcQW qQQMTmERfNaBSR37b6JoE+wiXV0axOcnUlvc2VTyHDpfb+r/i+wRgPzpzcMXXQxe+Kje zS8QFWqBfVJIJa3Rn9mrv9mVxvu2C8kZ51toYiSL9X8GhPvn+IlPrhj+k9nQE1pzW5Fp ECzA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:to:from; bh=OC4om+OUBcl94Ai/YqcIhowXwvqWBLEaRrJvhpysGrU=; b=KKq/2Hq0FtuLjhOD3yINqCqolfAWgxtErNyeMA0NaoxsQR5H5/vmLFzIqA1LSLOd7i jS5kUa1dvsGozqV7NZ5m4AieirqTeCrxGua2OmNckYwCBgOzWGkURHWlMcSfAXgbHsje gzdbx4BABFNUNl6Fu7MfskwLi0Vj/BVVVBYP2JEXu3aM5ZTLo/R6srFBrRhV72diDYr3 oN2tlujXhNLGV/wfG4l/QyHX80iA99ntHxebgKBmcr2ZrfQO2+mwglz5GQFgzVW5pbiU nF1G0pvXLwFtrDxB6tvl4k8iTu2zwt38Zm5V1eOpilDkPxhArbEG7/ViSYpihaak5ri/ 4u6g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id fk4si8080254ejb.161.2019.09.30.13.46.04; Mon, 30 Sep 2019 13:46:28 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730668AbfI3Unh (ORCPT + 99 others); Mon, 30 Sep 2019 16:43:37 -0400 Received: from honk.sigxcpu.org ([24.134.29.49]:41304 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729141AbfI3Ung (ORCPT ); Mon, 30 Sep 2019 16:43:36 -0400 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 7F0ACFB04; Mon, 30 Sep 2019 22:26:05 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at honk.sigxcpu.org Received: from honk.sigxcpu.org ([127.0.0.1]) by localhost (honk.sigxcpu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xEgkN38k9dzS; Mon, 30 Sep 2019 22:26:02 +0200 (CEST) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id E7B5448995; Mon, 30 Sep 2019 22:26:01 +0200 (CEST) From: =?UTF-8?q?Guido=20G=C3=BCnther?= To: Michael Turquette , Stephen Boyd , Liam Girdwood , Mark Brown , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/2] regulator: bd718x7: Add MODULE_ALIAS() Date: Mon, 30 Sep 2019 22:26:00 +0200 Message-Id: <46ce3400e227dd88d51486c02a6152c9ec52acbb.1569875042.git.agx@sigxcpu.org> X-Mailer: git-send-email 2.23.0.rc1 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This fixes device probing when built as a module Signed-off-by: Guido Günther --- drivers/regulator/bd718x7-regulator.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/regulator/bd718x7-regulator.c b/drivers/regulator/bd718x7-regulator.c index bdab46a5c461..13a43eee2e46 100644 --- a/drivers/regulator/bd718x7-regulator.c +++ b/drivers/regulator/bd718x7-regulator.c @@ -1293,3 +1293,4 @@ module_platform_driver(bd718xx_regulator); MODULE_AUTHOR("Matti Vaittinen "); MODULE_DESCRIPTION("BD71837/BD71847 voltage regulator driver"); MODULE_LICENSE("GPL"); +MODULE_ALIAS("platform:bd718xx-pmic"); -- 2.23.0.rc1