mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
fbdevhw: Remove a #if 0
This commit is contained in:
@@ -17,12 +17,7 @@
|
||||
#include "fbdevhw.h"
|
||||
#include "fbpriv.h"
|
||||
|
||||
#if 0
|
||||
/* kernel header doesn't work with -ansi */
|
||||
# include "asm/page.h" /* #define for PAGE_* */
|
||||
#else
|
||||
# define PAGE_MASK (~(getpagesize() - 1))
|
||||
#endif
|
||||
#define PAGE_MASK (~(getpagesize() - 1))
|
||||
|
||||
#include "globals.h"
|
||||
#include <X11/extensions/dpmsconst.h>
|
||||
|
||||
Reference in New Issue
Block a user