glamor: Remove more out-of-tree compat code.
authorEric Anholt <eric@anholt.net>
Wed, 18 Dec 2013 23:00:19 +0000 (15:00 -0800)
committerEric Anholt <eric@anholt.net>
Mon, 27 Jan 2014 17:30:47 +0000 (09:30 -0800)
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
glamor/glamor_priv.h

index b04fa46..dc38730 100644 (file)
 #include "glamor_debug.h"
 
 #include <list.h>
-/* The list.h rename all the function to add xorg_ prefix.
-   We add hack here to avoid the compile error when using
-   old version xserver header file.
-   These will be removed in future. */
-#ifndef xorg_list_entry
-#define xorg_list list
-#define xorg_list_for_each_entry list_for_each_entry
-#define xorg_list_for_each_entry_safe list_for_each_entry_safe
-#define xorg_list_del list_del
-#define xorg_list_add list_add
-#define xorg_list_append list_append
-#define xorg_list_init list_init
-#endif
 
 struct glamor_pixmap_private;