Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751503AbdIPAfe (ORCPT ); Fri, 15 Sep 2017 20:35:34 -0400 Received: from mail-pg0-f65.google.com ([74.125.83.65]:33070 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751143AbdIPAfd (ORCPT ); Fri, 15 Sep 2017 20:35:33 -0400 X-Google-Smtp-Source: ADKCNb7M9KkgmSI4ScQuCvl8/Cahx+W71pPXuNZLaTM5IgfZBeXvyFTwIYEKf3cF5gPiJPz0J24aQg== From: john.hubbard@gmail.com X-Google-Original-From: jhubbard@nvidia.com To: LKML , Rob Herring , Sakari Ailus , Mika Westerberg , "Rafael J . Wysocki" Cc: John Hubbard Subject: [PATCH 0/1] acpi: unbreak ACPI_HANDLE(), encapsulate fwnode_operations Date: Fri, 15 Sep 2017 17:35:26 -0700 Message-Id: <20170916003527.3081-1-jhubbard@nvidia.com> X-Mailer: git-send-email 2.14.1 X-NVConfidentiality: public Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 593 Lines: 19 From: John Hubbard Hi everyone, I really don't know for sure which fix is going to be preferred--the following patch, or just an obvious one-line fix that changes DECLARE_ACPI_FWNODE_OPS() so that it invokes EXPORT_SYMBOL, instead of EXPORT_SYMBOL_GPL. I explained the reasoning in PATCH 1/1, anyway, so please see what you think. John Hubbard (1): acpi: unbreak ACPI_HANDLE(), encapsulate fwnode_operations drivers/acpi/property.c | 13 +++++++++++++ include/acpi/acpi_bus.h | 18 ++++-------------- 2 files changed, 17 insertions(+), 14 deletions(-) -- 2.14.1