Seems like a good plan to me.

Reviewed-by: Jamey Sharp <ja...@minilop.net>

On Tue, Mar 12, 2013 at 09:40:16AM -0700, Robert Morell wrote:
> Otherwise this file is emitted in every unit that includes it.
> 
> Signed-off-by: Robert Morell <rmor...@nvidia.com>
> ---
> 
> This reduces the size of a debug Xorg binary on my system by just under 1%.
> 
>  include/list.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/list.h b/include/list.h
> index 067c679..11de7c5 100644
> --- a/include/list.h
> +++ b/include/list.h
> @@ -119,7 +119,7 @@ struct xorg_list {
>   *
>   * @param The list to initialized.
>   */
> -static void
> +static inline void
>  xorg_list_init(struct xorg_list *list)
>  {
>      list->next = list->prev = list;
> -- 
> 1.8.1.5
> 
> _______________________________________________
> xorg-devel@lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel

Attachment: signature.asc
Description: Digital signature

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to