Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  9 Jan 2017 02:24:00 +0000 (UTC)
From:      jbeich@freebsd.org (Jan Beich)
To:        cem@FreeBSD.org, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r311667 - in head/sys/contrib/dev/acpica: components/namespace components/tables include
Message-ID:  <20170109022400.D7E72487A@freefall.freebsd.org>
In-Reply-To: <201701080626.v086QXDx022252@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
"Conrad E. Meyer" <cem@FreeBSD.org> writes:

> +++ head/sys/contrib/dev/acpica/components/tables/tbxface.c	Sun Jan  8 06:26:33 2017	(r311667)
> @@ -314,11 +314,12 @@ ACPI_EXPORT_SYMBOL (AcpiGetTableHeader)
>  
>  /*******************************************************************************
>   *
> - * FUNCTION:    AcpiGetTable
> + * FUNCTION:    AcpiGetTableWithSize
>   *
>   * PARAMETERS:  Signature           - ACPI signature of needed table
>   *              Instance            - Which instance (for SSDTs)
>   *              OutTable            - Where the pointer to the table is returned
> + *              TblSize             - Size of the table
>   *
>   * RETURN:      Status and pointer to the requested table
>   *
> @@ -333,10 +334,11 @@ ACPI_EXPORT_SYMBOL (AcpiGetTableHeader)
>   ******************************************************************************/
>  
>  ACPI_STATUS
> -AcpiGetTable (
> +AcpiGetTableWithSize (

Can you adjust ACPI_EXPORT_SYMBOL() as well? It doesn't make sense to
export AcpiGetTable() twice but compiler won't complain if you do.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170109022400.D7E72487A>