From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ADD75C43331 for ; Wed, 25 Mar 2020 10:40:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7AA7D20775 for ; Wed, 25 Mar 2020 10:40:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="c1ZI1APw" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727346AbgCYKkF (ORCPT ); Wed, 25 Mar 2020 06:40:05 -0400 Received: from us-smtp-delivery-74.mimecast.com ([63.128.21.74]:24687 "EHLO us-smtp-delivery-74.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727129AbgCYKkE (ORCPT ); Wed, 25 Mar 2020 06:40:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1585132804; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=MK8FJi8EH32DABBtM4+Sj2eGy/izEFYJv6Men8xb06o=; b=c1ZI1APwMqYB/X3VeCJmZcYn4GjldrAaJKdIKkMkiYx8fiDco4XbShnUYrz9Mnx4ZdpzCg J4ZJRSNH6g/5DFiH4xa6Jq3qsE0YY1OmsSmvLEJrx2+XBrXQKz70gdUSGCtVwxbjsc8GgA C57fl2B7UeIvVSXd45/1GfSBC2mkT8Q= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-394-FaN6xKrfNemWfAjsFbpmZw-1; Wed, 25 Mar 2020 06:40:00 -0400 X-MC-Unique: FaN6xKrfNemWfAjsFbpmZw-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 401AF107ACCA; Wed, 25 Mar 2020 10:39:59 +0000 (UTC) Received: from x1.localdomain.com (ovpn-115-75.ams2.redhat.com [10.36.115.75]) by smtp.corp.redhat.com (Postfix) with ESMTP id B03A15C1A2; Wed, 25 Mar 2020 10:39:57 +0000 (UTC) From: Hans de Goede To: Mika Westerberg , Andy Shevchenko , Bartosz Golaszewski , Linus Walleij Cc: Hans de Goede , linux-gpio@vger.kernel.org, linux-acpi@vger.kernel.org Subject: [PATCH 0/1 resend] gpiolib: acpi: Add missing __init(const) markers to initcall-s Date: Wed, 25 Mar 2020 11:39:55 +0100 Message-Id: <20200325103956.109284-1-hdegoede@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Content-Transfer-Encoding: quoted-printable Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org Hi Linus, I know it has not been that long ago since I send this out, but still I have the feeling this one seems to have fallen through the cracks? It has already been Acked by Mika, so if you can queue it up in linux-gpio/for-next that would be great. Regards, Hans