[PATCH:drm 3/4] Remove unused static function.

walter harms wharms at bfs.de
Sat Jul 12 08:27:01 PDT 2014


Acked-by: wharms  <wharms at bfs.de>

Am 30.03.2014 14:26, schrieb Thomas Klausner:
> Signed-off-by: Thomas Klausner <wiz at NetBSD.org>
> ---
>  nouveau/bufctx.c | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/nouveau/bufctx.c b/nouveau/bufctx.c
> index 23d6f09..4f76e5d 100644
> --- a/nouveau/bufctx.c
> +++ b/nouveau/bufctx.c
> @@ -44,12 +44,6 @@ struct nouveau_bufref_priv {
>  	struct nouveau_bufctx *bufctx;
>  };
>  
> -static inline struct nouveau_bufref_priv *
> -nouveau_bufref(struct nouveau_bufref *bctx)
> -{
> -	return (struct nouveau_bufref_priv *)bctx;
> -}
> -
>  struct nouveau_bufbin_priv {
>  	struct nouveau_bufref_priv *list;
>  	int relocs;


More information about the xorg-devel mailing list