From patchwork Tue Oct 18 01:56:15 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Boyd X-Patchwork-Id: 9381133 X-Patchwork-Delegate: agross@codeaurora.org Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 16A816086B for ; Tue, 18 Oct 2016 02:02:35 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0119328CDA for ; Tue, 18 Oct 2016 02:02:35 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E935628CDD; Tue, 18 Oct 2016 02:02:34 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A4C0E28CDA for ; Tue, 18 Oct 2016 02:02:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935449AbcJRCCc (ORCPT ); Mon, 17 Oct 2016 22:02:32 -0400 Received: from mail-pa0-f52.google.com ([209.85.220.52]:35026 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933657AbcJRB4n (ORCPT ); Mon, 17 Oct 2016 21:56:43 -0400 Received: by mail-pa0-f52.google.com with SMTP id qn10so66413010pac.2 for ; Mon, 17 Oct 2016 18:56:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=d8OE9XT8OuVWAbPn+xuJtf7iK6Z//A4UTMg4OMX7+NI=; b=hue9C9bha97S632aZEUH387HJ/vM9DRCKTkdS/l3HxII0KT2s7PhCfWSB5CuFrHrOw 8jFEhjyHqjajoOFUSaL3QMBMX3ypLtQHYFu3DrqXryiG7sqHBl2WvAO0nhUg9I8eaiOy qF6OXKCbdyF2bBe9S1flWv6/dyNehn6lFXWCQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=d8OE9XT8OuVWAbPn+xuJtf7iK6Z//A4UTMg4OMX7+NI=; b=Wjk/64yAEDVFnfGoMJPcvIYXcap5lc2msSPAEDNI1h+4ZJvdI3IrvZ1FEUMXtWXgJH 8pvsLDGpcMjE82TO8poKgxok+GMd10sOxGsBVdidJDPh6vYCg8XyEZdA+zLo2m/34w8X fIEMdMPBM+SFOeN/cXty2IuqI404ruC+4iMyTa7fn8yItd5DtJQ3HAM16VQ8m7jeRt15 CsG2E4qTceawgaCvJlYI52P3NMbsWtyQT4M590dZx2DF7Goe1yFa8YH3A9oFU6QHyyzc rMueVnph4n75pyMuGdbfvyua/yMjr4MHO7m4Zu6aDJOARL5a7RkG/P5KXdxX+VuYSJ4E l+zw== X-Gm-Message-State: AA6/9RkAfn4P1wOCHhxDy/cXztkzCsC7JPsj8yzNbxdEe/gxuEfP2OdlWxGLDhcAoSUjRhPj X-Received: by 10.66.166.238 with SMTP id zj14mr533672pab.205.1476755801266; Mon, 17 Oct 2016 18:56:41 -0700 (PDT) Received: from localhost.localdomain (i-global254.qualcomm.com. [199.106.103.254]) by smtp.gmail.com with ESMTPSA id j6sm51020430paa.44.2016.10.17.18.56.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 17 Oct 2016 18:56:40 -0700 (PDT) From: Stephen Boyd To: linux-usb@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Andy Gross , Bjorn Andersson , Neil Armstrong , Arnd Bergmann , Felipe Balbi , Peter Chen , devicetree@vger.kernel.org Subject: [PATCH v5 02/23] of: device: Export of_device_{get_modalias, uvent_modalias} to modules Date: Mon, 17 Oct 2016 18:56:15 -0700 Message-Id: <20161018015636.11701-3-stephen.boyd@linaro.org> X-Mailer: git-send-email 2.10.0.297.gf6727b0 In-Reply-To: <20161018015636.11701-1-stephen.boyd@linaro.org> References: <20161018015636.11701-1-stephen.boyd@linaro.org> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The ULPI bus can be built as a module, and it will soon be calling these functions when it supports probing devices from DT. Export them so they can be used by the ULPI module. Acked-by: Rob Herring Cc: Signed-off-by: Stephen Boyd --- drivers/of/device.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/of/device.c b/drivers/of/device.c index 8a22a253a830..6719ab35b62e 100644 --- a/drivers/of/device.c +++ b/drivers/of/device.c @@ -225,6 +225,7 @@ ssize_t of_device_get_modalias(struct device *dev, char *str, ssize_t len) return tsize; } +EXPORT_SYMBOL_GPL(of_device_get_modalias); int of_device_request_module(struct device *dev) { @@ -290,6 +291,7 @@ void of_device_uevent(struct device *dev, struct kobj_uevent_env *env) } mutex_unlock(&of_mutex); } +EXPORT_SYMBOL_GPL(of_device_uevent_modalias); int of_device_uevent_modalias(struct device *dev, struct kobj_uevent_env *env) {